- Added dfc in zshrc

This commit is contained in:
dbroqua 2017-06-11 21:43:33 +02:00
parent cadb091d55
commit 8dd2791083

3
zshrc
View File

@ -72,6 +72,7 @@ alias bat_details="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
screenfetch
fortune fr/bd
dfc -dTw
zstyle -s ':completion:*:hosts' hosts _ssh_config
[[ -r ~/.ssh/config ]] && _ssh_config+=($(cat ~/.ssh/config | sed -ne 's/Host[=\t ]//p'))
@ -113,3 +114,5 @@ export TTC_APIKEYS=true
export TTC_UPDATE_INTERVAL=5
rivalcfg --color=#509ADB -e steady
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh