mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
Editerd zshrc
This commit is contained in:
parent
fb140c5b50
commit
118030df84
5
zshrc
5
zshrc
@ -92,8 +92,9 @@ alias top='htop'
|
||||
alias chrommsu='chromium --proxy-server=cache.msu:3128'
|
||||
alias chromtor='chromium --proxy-server="socks://localhost:9050" --incognito'
|
||||
alias chromi2p='chromium --proxy-server="http=127.0.0.1:4444;https=127.0.0.1:4445" --incognito'
|
||||
alias df='df -h'
|
||||
alias du='du -c -h'
|
||||
alias df='df -kTh'
|
||||
alias du='du -ckh'
|
||||
alias rm='rm -I'
|
||||
su () {
|
||||
checksu=0
|
||||
for flags in $*; do
|
||||
|
Loading…
Reference in New Issue
Block a user