Just clear in certain directories

This commit is contained in:
Oliver Davies 2024-12-07 00:20:47 +00:00
parent bab5f8f4a8
commit e6349b6c31

View file

@ -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