dotfiles/dot_config/fish/conf.d/alias.fish.tmpl
2024-12-27 16:05:32 +01:00

21 lines
739 B
Cheetah

{{- if eq .chezmoi.os "openbsd" }}
abbr top btop
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"
abbr bkp-home 'doas restic --insecure-tls -r s3:https://moria.moebiusband.org:9000/sauron-backup --verbose backup --one-file-system /home/persist/jan'
abbr bkp-etc 'doas restic --insecure-tls -r s3:https://moria.moebiusband.org:9000/sauron-backup --verbose backup /etc'
abbr bkp-list 'doas restic --insecure-tls -r s3:https://moria.moebiusband.org:9000/sauron-backup snapshots'
{{- end }}
abbr lg lazygit
abbr ccd "chezmoi cd"
abbr cdi "chezmoi diff"
abbr cap "chezmoi apply"