added new window command to bashrc

This commit is contained in:
termite 2025-04-23 17:51:27 -07:00
parent 153d26bf24
commit 8b982df9ae

1
bashrc
View file

@ -12,6 +12,7 @@ alias grep='grep --color=auto'
alias today='date --iso-8601'
alias c='xclip -sel clip'
alias p='xclip -sel clip -o'
alias nw="alacritty --working-directory . &"
PS1='[\u@\h \W]\$ '
set -o vi