12 lines
289 B
Cheetah
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 }}
|