Add kitty theme, update zshrc

This commit is contained in:
Aaron
2020-05-07 02:51:14 +02:00
parent 5a8de84203
commit 31dab49fd1
3 changed files with 29 additions and 5 deletions

8
zshrc
View File

@@ -1,9 +1,8 @@
# Path settings
# export PATH=$HOME/bin:/usr/local/bin:$PATH
PATH=$PATH:~/.cargo/bin/:~/go/:$HOME/bin
export PATH=/usr/local/bin:$PATH
# Path to oh-my-zsh installation.
ZSH=/usr/share/oh-my-zsh/
export ZSH=/usr/share/oh-my-zsh/
# Don't try to display a powerlinefont theme in a tty
if [[ $TERM == "linux" ]] || [[ $TERM == "screen" ]] ; then
@@ -15,7 +14,7 @@ fi
# Uncomment the following line to disable bi-weekly auto-update checks.
DISABLE_AUTO_UPDATE="false"
# Auto update zsh
export UPDATE_ZSH_DAYS=13
UPDATE_ZSH_DAYS=13
# Disable auto-setting terminal title.
DISABLE_AUTO_TITLE="true"
# Timestamps in zsh history
@@ -28,7 +27,6 @@ plugins=(
git
last-working-dir
fbterm
oc
ssh-agent
gpg-agent
)