- Added dfc in zshrc
This commit is contained in:
parent
cadb091d55
commit
8dd2791083
1 changed files with 3 additions and 0 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
|
||||||
|
dfc -dTw
|
||||||
|
|
||||||
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'))
|
||||||
|
@ -113,3 +114,5 @@ export TTC_APIKEYS=true
|
||||||
export TTC_UPDATE_INTERVAL=5
|
export TTC_UPDATE_INTERVAL=5
|
||||||
|
|
||||||
rivalcfg --color=#509ADB -e steady
|
rivalcfg --color=#509ADB -e steady
|
||||||
|
|
||||||
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
Loading…
Reference in a new issue