Just clear in certain directories
This commit is contained in:
parent
bab5f8f4a8
commit
e6349b6c31
|
@ -22,6 +22,12 @@
|
||||||
text = ''
|
text = ''
|
||||||
set +o nounset
|
set +o nounset
|
||||||
|
|
||||||
|
if [[ "$PWD" == "$REPOS/os" || "$PWD" == "$REPOS/personal" ]]; then
|
||||||
|
clear
|
||||||
|
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
tmux new-window -d -n scratch
|
tmux new-window -d -n scratch
|
||||||
nvim
|
nvim
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Reference in a new issue