mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Fix sudo not expanding aliases
This commit is contained in:
parent
f633456d02
commit
1e693490d2
@ -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…
Reference in New Issue
Block a user