diff options
| -rw-r--r-- | .bash_profile | 3 | ||||
| -rw-r--r-- | .config/mpd/mpd.pid | 2 | ||||
| -rw-r--r-- | .stow-local-ignore | 1 | ||||
| -rwxr-xr-x | shortcuts/bottles | 1 | ||||
| -rw-r--r-- | shortcuts/discord (renamed from scripts/discord) | 0 | ||||
| -rwxr-xr-x | shortcuts/godot (renamed from scripts/godot) | 0 |
6 files changed, 5 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index 81ae1ca..d737e42 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,7 +5,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc export PATH="$PATH:$HOME/.dotfiles/scripts" -export PATH="$PATH:/home/jack/.dotnet/tools" +export PATH="$PATH:$HOME/.dotnet/tools" +export PATH="$PATH:$HOME/.dotfiles/shortcuts" if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then exec dbus-launch --exit-with-session Hyprland diff --git a/.config/mpd/mpd.pid b/.config/mpd/mpd.pid index 3f3c936..1b1818c 100644 --- a/.config/mpd/mpd.pid +++ b/.config/mpd/mpd.pid @@ -1 +1 @@ -1344 +1353 diff --git a/.stow-local-ignore b/.stow-local-ignore index 0ae4a8e..805a30f 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,5 +1,6 @@ /files /scripts +/shortcuts .*~undo-tree~ /.git .gitignore diff --git a/shortcuts/bottles b/shortcuts/bottles new file mode 100755 index 0000000..bd26412 --- /dev/null +++ b/shortcuts/bottles @@ -0,0 +1 @@ +flatpak run com.usebottles.bottles
\ No newline at end of file diff --git a/scripts/discord b/shortcuts/discord index 52af980..52af980 100644 --- a/scripts/discord +++ b/shortcuts/discord diff --git a/scripts/godot b/shortcuts/godot index a2d74f9..a2d74f9 100755 --- a/scripts/godot +++ b/shortcuts/godot |
