mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
Add new aliases for 'sudo -i' and 'cls'
This commit is contained in:
parent
81c9cb552f
commit
a1d7e1c1b3
1 changed files with 2 additions and 0 deletions
|
@ -25,3 +25,5 @@ alias \
|
||||||
|
|
||||||
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 'cls'='clear'
|
||||||
|
|
Loading…
Add table
Reference in a new issue