- Added pydf in zshrc
This commit is contained in:
parent
4a9efe02b6
commit
0e7ec9dbc0
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -72,6 +72,7 @@ alias bat_details="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
||||||
|
|
||||||
screenfetch
|
screenfetch
|
||||||
fortune fr/bd
|
fortune fr/bd
|
||||||
|
pydf -h
|
||||||
|
|
||||||
zstyle -s ':completion:*:hosts' hosts _ssh_config
|
zstyle -s ':completion:*:hosts' hosts _ssh_config
|
||||||
[[ -r ~/.ssh/config ]] && _ssh_config+=($(cat ~/.ssh/config | sed -ne 's/Host[=\t ]//p'))
|
[[ -r ~/.ssh/config ]] && _ssh_config+=($(cat ~/.ssh/config | sed -ne 's/Host[=\t ]//p'))
|
||||||
|
@ -82,4 +83,4 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||||
ssh-add ~/.ssh/id_rsa
|
ssh-add ~/.ssh/id_rsa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rivalcfg --color=#509ADB -e steady
|
#rivalcfg --color=#509ADB -e steady
|
||||||
|
|
Loading…
Reference in a new issue