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

21 lines
739 B
Cheetah
Raw Normal View History

2024-08-14 14:56:28 +02:00
{{- if eq .chezmoi.os "openbsd" }}
2024-12-27 16:05:32 +01:00
abbr top btop
abbr ctags uctags
abbr make gmake
abbr tar gtar
abbr man "manpager.sh"
2024-12-27 16:05:32 +01:00
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"
2024-12-27 16:05:32 +01:00
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'
2024-08-14 14:56:28 +02:00
{{- end }}
2024-12-27 16:05:32 +01:00
abbr lg lazygit
abbr ccd "chezmoi cd"
abbr cdi "chezmoi diff"
abbr cap "chezmoi apply"