summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2015-05-15 22:26:37 -0400
committerAudric Schiltknecht <storm@chemicalstorm.org>2015-05-15 22:26:37 -0400
commit98652fc237bf703e77c77edd93aabb7339f2f5e4 (patch)
tree76aeb207322fae47b5e175409030f4b37f3490ca /bash
parentd8ec9d0fde288a45ee3e08d37dc2e9952b04528b (diff)
downloaddotfiles-98652fc237bf703e77c77edd93aabb7339f2f5e4.tar.gz
dotfiles-98652fc237bf703e77c77edd93aabb7339f2f5e4.tar.bz2
dotfiles-98652fc237bf703e77c77edd93aabb7339f2f5e4.zip
Create local bin directory
* Export it in $PATH * Add link to eg binary
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 40e0b45..5d89e1a 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -40,6 +40,7 @@ alias mv='mv -i'
alias ..='cd ..'
export EDITOR=vim
+export PATH=${PATH}:~/bin
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then