update .zshrc

This commit is contained in:
Cat Flynn 2022-12-03 15:46:04 +00:00
parent 1947422eea
commit 3e67b4b0b9
2 changed files with 2 additions and 3 deletions

0
.scripts/func.sh Normal file → Executable file
View File

5
.zshrc
View File

@ -9,11 +9,12 @@ export PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin
export SCRIPTS=$HOME/.scripts
source $SCRIPTS/include.sh
source $SCRIPTS/func.sh
source $HOME/git/include.sh
export TERMINAL=/usr/bin/kitty
export EDITOR=/usr/bin/nvim
export ZSH=$HOME/.oh-my-zsh
export KBD_LANG="gb"
export WTTRURL="wttr.in/?0"
@ -34,8 +35,6 @@ if [ -f ~/.zsh_aliases ]; then
. ~/.zsh_aliases
fi
source "$SCRIPTS/func.sh"
# start ssh-agent automatically
ssh-agent
eval $(ssh-agent -s)