diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-26 11:14:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-26 11:14:49 +0800 |
commit | 579c1fcd53aef1ed4bd523f10bb6e262e61b325d (patch) | |
tree | 4f67b8022c827a574473ae024e28eb18a52034c7 /profile.sh | |
parent | 0cc4a179cfed5c2be516186dd134c6d208b7f2a9 (diff) |
Update
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 |