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