update .zshrc
This commit is contained in:
parent
1947422eea
commit
3e67b4b0b9
5
.zshrc
5
.zshrc
|
@ -9,11 +9,12 @@ export PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin
|
||||||
|
|
||||||
export SCRIPTS=$HOME/.scripts
|
export SCRIPTS=$HOME/.scripts
|
||||||
source $SCRIPTS/include.sh
|
source $SCRIPTS/include.sh
|
||||||
|
source $SCRIPTS/func.sh
|
||||||
|
source $HOME/git/include.sh
|
||||||
|
|
||||||
export TERMINAL=/usr/bin/kitty
|
export TERMINAL=/usr/bin/kitty
|
||||||
export EDITOR=/usr/bin/nvim
|
export EDITOR=/usr/bin/nvim
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
export KBD_LANG="gb"
|
|
||||||
|
|
||||||
export WTTRURL="wttr.in/?0"
|
export WTTRURL="wttr.in/?0"
|
||||||
|
|
||||||
|
@ -34,8 +35,6 @@ if [ -f ~/.zsh_aliases ]; then
|
||||||
. ~/.zsh_aliases
|
. ~/.zsh_aliases
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source "$SCRIPTS/func.sh"
|
|
||||||
|
|
||||||
# start ssh-agent automatically
|
# start ssh-agent automatically
|
||||||
ssh-agent
|
ssh-agent
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
|
|
Loading…
Reference in New Issue