Add fish wrapper and make it my default shell

This commit is contained in:
Nikodem Rabuliński 2024-01-09 15:33:18 +01:00
parent b81483f2a1
commit cd884602d9
4 changed files with 50 additions and 3 deletions

View file

@ -0,0 +1,9 @@
# Abbreviations
abbr --add --global -- flake-update 'nix flake lock --update-input'
abbr --add --global -- ns 'nix shell'
abbr --add --global -- nss 'nix search'
abbr --add --global -- vim hx
# Aliases
alias cat bat
alias l 'eza -lah --group-directories-first --icons'