Make zshrc use build in cd rather than alias when opening new terminal
This commit is contained in:
parent
2155f5db8e
commit
27efed44fa
1 changed files with 1 additions and 2 deletions
|
@ -92,6 +92,5 @@ TRAPWINCH(){
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -f ~/.current-folder ] && [ ! $TMUX ]; then
|
if [ -f ~/.current-folder ] && [ ! $TMUX ]; then
|
||||||
cd "$(cat ~/.current-folder)"
|
\cd "$(cat ~/.current-folder)"
|
||||||
clear
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue