1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Moved personal-scripts to a bin directory

This commit is contained in:
J.Fernando Sánchez
2013-03-26 05:23:43 +01:00
parent 70de8170b0
commit 927c0e350b
5 changed files with 19 additions and 8 deletions

10
zshrc
View File

@@ -1,4 +1,8 @@
source ~/.starttmux
export PATH=$PATH:$HOME/.bin/
# Only update the path if not running interactively
[ -z "$PS1" ] && return
source ~/.starttmux
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
@@ -40,11 +44,9 @@ source $ZSH/oh-my-zsh.sh
#bindkey "^R" history-incremental-search-backward
# Customize to your needs...
export PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/balkian/code/personal-scripts/
PYTHONSTARTUP=~/.pythonrc.py
export PYTHONSTARTUP
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
export PATH="$PATH:/usr/local/heroku/bin"