This commit is contained in:
2025-12-17 11:52:56 +02:00
parent be1834b690
commit c38936dcdd
9 changed files with 55 additions and 20 deletions
+1
View File
@@ -5,6 +5,7 @@ status is-login; and abbr H Hyprland
abbr m mkdir
abbr o open
abbr t trash put
abbr b bat -p
# abbr m mpv
abbr ma -- mpv --profile=anime .
abbr mm -- mpv --profile=music --shuffle \$XDG_MUSIC_DIR
+1 -1
View File
@@ -18,7 +18,7 @@ set -gx CARGO_HOME $XDG_DATA_HOME/cargo
set -gx CLIPPY_CONF_DIR $XDG_DATA_HOME/cargo/
# Can't use '~' in universal variables
set -gx fish_user_paths ~/.local/bin $CARGO_HOME/bin
set -gx fish_user_paths ~/.local/bin $CARGO_HOME/bin $GOPATH/bin
# -agx is a bad idea as login shell itself also does it
# set -gx WINEPATH /usr/x86_64-w64-mingw32/bin