1
0
Files
dotfiles/home/private_dot_config/fish/conf.d/aliases.fish.tmpl
2025-11-03 18:07:10 +01:00

12 lines
289 B
Cheetah

abbr --add --position command l ls -lAh
{{- if .features.editor }}
# Alias `vi` and `vim` to Neovim
abbr --add --position command vim nvim
abbr --add --position command vi nvim
{{- end }}
{{- if .features.nix }}
abbr --add --position command nd 'nix develop --command $SHELL'
{{- end }}