update hypr fish and nvim

This commit is contained in:
2026-03-23 17:31:18 +01:00
parent 111d116e03
commit c907cb12c6
6 changed files with 28 additions and 54 deletions

View File

@@ -35,6 +35,7 @@ function copy
end
end
set -U fish_complete_path $fish_complete_path /nix/var/nix/profiles/default/share/fish/vendor_completions.d
set -Ux EDITOR nvim
set -U fish_history_max 1000
@@ -45,5 +46,6 @@ alias untar='tar -zxvf '
alias grep='grep --color=auto'
alias cleanup='sudo pacman -Rns (pacman -Qtdq)'
direnv hook fish | source
zoxide init fish | source
starship init fish | source