1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-16 07:26:51 +00:00

Add new aliases for 'sudo -i' and 'cls'

This commit is contained in:
Luna 2023-08-09 18:25:31 +02:00
parent 81c9cb552f
commit a1d7e1c1b3

View file

@ -25,3 +25,5 @@ alias \
alias history='fc -l 0'
alias ytdlp='yt-dlp `xclip -o`'
alias 'sudo -i'='sudo su -'
alias 'cls'='clear'