From 8b982df9aee449fccc6431cb87689f28ffdc1852 Mon Sep 17 00:00:00 2001 From: termite Date: Wed, 23 Apr 2025 17:51:27 -0700 Subject: [PATCH] added new window command to bashrc --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index e651772..80beff1 100644 --- a/bashrc +++ b/bashrc @@ -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