mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 08:27:18 +00:00
add zsh_pohui alias
This commit is contained in:
parent
40920356e7
commit
8c406d4564
1
zshrc
1
zshrc
@ -71,6 +71,7 @@ alias grep='grep --colour=auto'
|
|||||||
alias top='htop'
|
alias top='htop'
|
||||||
alias df='df -k --print-type --human-readable'
|
alias df='df -k --print-type --human-readable'
|
||||||
alias du='du -k --total --human-readable'
|
alias du='du -k --total --human-readable'
|
||||||
|
alias ssh_pohui='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
||||||
|
|
||||||
alias ls='ls --color=auto --group-directories-first'
|
alias ls='ls --color=auto --group-directories-first'
|
||||||
alias ll='ls -l --human-readable'
|
alias ll='ls -l --human-readable'
|
||||||
|
Loading…
Reference in New Issue
Block a user