diff options
Diffstat (limited to 'profile.sh')
-rwxr-xr-x | profile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
77 | cd ~/git/dumbymap | 78 | cd ~/git/dumbymap |
79 | source ~/.profile | ||
78 | 80 | ||
79 | true | 81 | true |