Removed all old bash cruft, supporting only zsh now. Improved README
This commit is contained in:
8
zshrc
8
zshrc
@@ -1,8 +1,7 @@
|
||||
# Configuration
|
||||
source ~/.dotfiles/bash_aliases
|
||||
source ~/.dotfiles/aliases
|
||||
source ~/.dotfiles/zsh_aliases
|
||||
source ~/.dotfiles/bash_path
|
||||
#
|
||||
|
||||
# Things I don't want to publish to github
|
||||
source ~/.secrets
|
||||
|
||||
@@ -28,3 +27,6 @@ zstyle ':completion:*:approximate:*' max-errors 1 numeric
|
||||
|
||||
# RVM
|
||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
||||
|
||||
# Add path to our custom bins
|
||||
export PATH=$PATH:~/.dotfiles/bin
|
||||
|
||||
Reference in New Issue
Block a user