add script of wifif config for raspberry pi
[dotfiles.git] / bashrc
diff --git a/bashrc b/bashrc
index bfd0ce2..dfe0d0f 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -69,6 +69,8 @@ if [ -f "/Users/peli3/.git-completion.bash" ]; then
        . "/Users/peli3/.git-completion.bash"
 fi
 
+# export ~/.bin into PATH
+export PATH="$HOME/.bin":$PATH;
 ## https://linuxtoy.org/archives/bash_tricks.html
 #shopt -s histappend 
 #PROMPT_COMMAND='history -a'