fix oh my zsh

This commit is contained in:
2017-11-18 02:29:25 -05:00
parent 784f948c4d
commit 90e4b26e05
5 changed files with 9 additions and 6 deletions

4
zshrc
View File

@@ -1,7 +1,7 @@
### ZSH Config
## Path to your oh-my-zsh installation.
export ZSH=/home/paul/.oh-my-zsh
export ZSH=$HOME/.oh-my-zsh
## See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="steeef"
@@ -13,7 +13,7 @@ source $ZSH/oh-my-zsh.sh
### User configuration
source ~/.aliases
source $HOME/.aliases
## GPG Auth method
export GPG_TTY=$(tty)