mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-16 07:26:51 +00:00
fix alias doas
This commit is contained in:
parent
bd84e17e97
commit
660181d318
1 changed files with 6 additions and 3 deletions
|
@ -20,12 +20,15 @@ alias \
|
|||
gres='git restore' \
|
||||
gs='git status' \
|
||||
gst='git stash' \
|
||||
hx='helix' \
|
||||
sudo='doas'
|
||||
hx='helix'
|
||||
|
||||
alias history='fc -l 0'
|
||||
alias ytdlp='yt-dlp `xclip -o`'
|
||||
alias 'sudo -i'='sudo su -'
|
||||
alias 'cls'='clear'
|
||||
alias 'rsyncA'='rsync -azzP'
|
||||
alias wgetx='wget `xclip -o`'
|
||||
alias wgetx='wget `xclip -o`'
|
||||
|
||||
if iscmd doas; then
|
||||
alias sudo='doas'
|
||||
fi
|
Loading…
Add table
Reference in a new issue