]> git.wh0rd.org - home.git/blobdiff - .bash_profile
PS1: shorten slightly & add PS0 recovery
[home.git] / .bash_profile
index 123d6e6c2a4235b13c821375ab832c679d0fcf12..4935e8fa483955ba71aa7b48d275bab598d30a1b 100644 (file)
@@ -1,4 +1,9 @@
 if type -P keychain >/dev/null ; then
-       keychain -q $(find ~/.ssh/ -type f '(' -name 'id_*' -a '!' -name '*.pub' ')')
+       (
+       set -- $(find ~/.ssh/ -maxdepth 1 -type f '(' -name 'id_*' -a '!' -name '*.pub' ')')
+       chmod go-rwx "$@"
+       keychain -q "$@" &
+       )
 fi
 [[ -f ~/.bashrc ]] && . ~/.bashrc
+stty -tostop 2>/dev/null