update zshrc
This commit is contained in:
parent
47395292cd
commit
85ca7b97e4
14
.zshrc
14
.zshrc
|
@ -1,6 +1,5 @@
|
|||
export CONFIG=$HOME/.config
|
||||
export PROJECTS=$HOME/prj
|
||||
export GOPATH=$PROJECTS/go
|
||||
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
export PATH=$PATH:$HOME/bin
|
||||
|
@ -14,12 +13,15 @@ source $SCRIPTS/func.sh
|
|||
|
||||
export TERMINAL=/usr/bin/kitty
|
||||
export EDITOR=/usr/bin/nvim
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
export WTTRURL="wttr.in/?0"
|
||||
# start ssh-agent automatically
|
||||
ssh-agent >/dev/null
|
||||
eval $(ssh-agent -s) >/dev/null
|
||||
|
||||
# zsh stuff
|
||||
export FFF_HIDDEN=1
|
||||
|
||||
export WTTRURL="wttr.in/?0"
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
export XDG_CACHE_HOME=$HOME/.cache
|
||||
|
||||
ZSH_THEME="sunaku"
|
||||
|
@ -35,7 +37,3 @@ if [ -f ~/.zsh_aliases ]; then
|
|||
. ~/.zsh_aliases
|
||||
fi
|
||||
|
||||
# start ssh-agent automatically
|
||||
ssh-agent
|
||||
eval $(ssh-agent -s)
|
||||
clear
|
||||
|
|
Loading…
Reference in New Issue