mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +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' \
|
gres='git restore' \
|
||||||
gs='git status' \
|
gs='git status' \
|
||||||
gst='git stash' \
|
gst='git stash' \
|
||||||
hx='helix' \
|
hx='helix'
|
||||||
sudo='doas'
|
|
||||||
|
|
||||||
alias history='fc -l 0'
|
alias history='fc -l 0'
|
||||||
alias ytdlp='yt-dlp `xclip -o`'
|
alias ytdlp='yt-dlp `xclip -o`'
|
||||||
alias 'sudo -i'='sudo su -'
|
alias 'sudo -i'='sudo su -'
|
||||||
alias 'cls'='clear'
|
alias 'cls'='clear'
|
||||||
alias 'rsyncA'='rsync -azzP'
|
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