dotfiles/dot_config/fish/conf.d/alias.fish.tmpl

18 lines
370 B
Cheetah

{{- if eq .chezmoi.os "openbsd" }}
abbr top "htop"
abbr ctags "uctags"
abbr make "gmake"
abbr tar "gtar"
abbr man "manpager.sh"
abbr mutt "neomutt"
abbr dvim "doas nvim"
abbr ic "doas ifconfig"
abbr pq "doas pkg_info -Q"
abbr pa "doas pkg_add"
abbr pd "doas pkg_delete"
{{- end }}
abbr lg "lazygit"
abbr ccd "chezmoi cd"
abbr cdi "chezmoi diff"
abbr cap "chezmoi apply"