(hopefully) fix fish

This commit is contained in:
Nikodem Rabuliński 2024-01-14 22:12:54 +01:00
parent 359d902425
commit c6a74dd184
3 changed files with 18 additions and 10 deletions

View file

@ -1,3 +1,7 @@
# Set up path
fish_add_path --path --prepend '@bat@/bin'
fish_add_path --path --prepend '@eza@/bin'
# Abbreviations
abbr --add --global -- flake-update 'nix flake lock --update-input'
abbr --add --global -- ns 'nix shell'