Work on stuff

This commit is contained in:
Jonathan Hodgson 2017-07-13 17:17:05 +01:00
parent 267d0938e1
commit 22deab147a
4 changed files with 32 additions and 7 deletions

3
zshrc
View file

@ -84,3 +84,6 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
[ -r "$HOME/.smartcd_config" ] && ( [ -n $BASH_VERSION ] || [ -n $ZSH_VERSION ] ) && source ~/.smartcd_config