From c9bf524752605ace9771ec753d4ee03307221d80 Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Thu, 5 Mar 2026 16:37:22 -0500 Subject: [PATCH] updating --- shared/.local/share/applications/tibia.desktop | 8 ++++---- shared/.zshrc | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) mode change 100644 => 100755 shared/.local/share/applications/tibia.desktop diff --git a/shared/.local/share/applications/tibia.desktop b/shared/.local/share/applications/tibia.desktop old mode 100644 new mode 100755 index 45bd0ce..79f55c2 --- a/shared/.local/share/applications/tibia.desktop +++ b/shared/.local/share/applications/tibia.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=Tibia Comment=Tibia Launcher -Exec=/usr/loca/bin/Tibia/Tibia -Icon=application-x-executable +Exec=/usr/local/bin/Tibia/Tibia +Icon=/usr/local/bin/Tibia/tibia.ico Terminal=false -Type=application -Categories=Game; \ No newline at end of file +Type=Application +Categories=Game; diff --git a/shared/.zshrc b/shared/.zshrc index 1c4540f..0aff2b0 100644 --- a/shared/.zshrc +++ b/shared/.zshrc @@ -55,3 +55,4 @@ hash -d dots="$HOME/.dotfiles" hash -d src="$HOME/src" export XDG_CURRENT_DESKTOP=sway +export PATH="$HOME/.local/bin:$PATH"