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"