Make terminal open in the directory of active directory
This commit is contained in:
parent
d1ac6da0ba
commit
64e9ff9fa4
4 changed files with 37 additions and 7 deletions
|
@ -91,6 +91,6 @@ TRAPWINCH(){
|
|||
zle && {zle reset-prompt; zle -R}
|
||||
}
|
||||
|
||||
if [ -f ~/.current-folder ] && [ ! $TMUX ]; then
|
||||
\cd "$(cat ~/.current-folder)"
|
||||
fi
|
||||
#if [ -f ~/.current-folder ] && [ ! $TMUX ]; then
|
||||
# \cd "$(cat ~/.current-folder)"
|
||||
#fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue