Add kitty theme, update zshrc
This commit is contained in:
8
zshrc
8
zshrc
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user