aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile.sh')
-rwxr-xr-xprofile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile.sh b/profile.sh
index 3b32d55..45f9bcf 100755
--- a/profile.sh
+++ b/profile.sh
@@ -61,6 +61,7 @@ if [[ $- =~ i ]]; then
61 #zle -N deer 61 #zle -N deer
62 #bindkey '\ek' deer 62 #bindkey '\ek' deer
63 bindkey -s '\ek' 'fzf_preview ' 63 bindkey -s '\ek' 'fzf_preview '
64 bindkey -s '' 'fg || vl '
64 elif [[ $shell == bash ]]; then 65 elif [[ $shell == bash ]]; then
65 shopt -s extglob 66 shopt -s extglob
66 HISTTIMEFORMAT='%Y-%m-%d %T ' 67 HISTTIMEFORMAT='%Y-%m-%d %T '
@@ -75,5 +76,6 @@ fi
75# Working DIR 76# Working DIR
76# [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads 77# [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads
77cd ~/git/dumbymap 78cd ~/git/dumbymap
79source ~/.profile
78 80
79true 81true