WIP: Switch to NixOS #5
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# Fix sudo and doas not expanding aliases
|
||||
# see: https://unix.stackexchange.com/questions/148545/why-does-sudo-ignore-aliases
|
||||
alias sudo='sudo '
|
||||
alias doas='doas '
|
||||
|
||||
# git shorthands
|
||||
alias gc='git commit'
|
||||
alias gac='ga && gc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue