1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00
This commit is contained in:
J.Fernando Sánchez
2013-06-17 10:33:28 +02:00
parent 6cde71312b
commit 5934f9164b
10 changed files with 465 additions and 4 deletions

5
zshrc
View File

@@ -1,4 +1,4 @@
export PATH=$PATH:$HOME/.bin/
export PATH=$PATH:$HOME/.bin/:$HOME/.bin/i3-wm-scripts
# Only update the path if not running interactively
[ -z "$PS1" ] && return
@@ -50,3 +50,6 @@ export PYTHONSTARTUP
### Added by the Heroku Toolbelt
export PATH="$PATH:/usr/local/heroku/bin"
### Get RVM to work with zsh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"