From 98652fc237bf703e77c77edd93aabb7339f2f5e4 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 15 May 2015 22:26:37 -0400 Subject: Create local bin directory * Export it in $PATH * Add link to eg binary --- bash/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bash') 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 -- cgit v1.2.3-70-g09d2