commit fa433c417ac0e10e74627abba84dadd66dfaac2b parent 0d58e7946009020edf1f53e2fcc1de63b34b1732 Author: Ed van Bruggen <edvb54@gmail.com> Date: Sat, 28 Nov 2015 18:06:21 -0800 Bash: Change sourcing of files from dotfiles to bin Diffstat:
bashrc | | | 12 | ++++-------- |
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/bashrc b/bashrc @@ -82,14 +82,10 @@ fi # [[ -z "$TMUX" ]] && exec tmux -2 # load other files -source ~/dotfiles/bin/ED.sh -source ~/dotfiles/bin/checkium.sh -source ~/dotfiles/bin/colors.sh -source ~/dotfiles/bin/git-prompt.sh -source ~/dotfiles/bin/z.sh -if [ -f ~/.fzf.bash ]; then - source ~/.fzf.bash -fi +source ~/bin/ED.sh +source ~/bin/checkium.sh +source ~/bin/colors.sh +source ~/bin/z.sh # aliases {{{1 # better tab complete