From b36fff67806f2a3600698c67efbef37bea2b994b Mon Sep 17 00:00:00 2001 From: Felipe Soares Barbosa Silveira Date: Tue, 10 Dec 2024 12:27:48 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Altera=20o=20t=C3=ADtulo=20do=20termina?= =?UTF-8?q?l=20para=20o=20nome=20da=20pasta=20atual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 462461c..d529f05 100644 --- a/.bashrc +++ b/.bashrc @@ -122,7 +122,7 @@ if ! shopt -oq posix; then fi # show git branch -export PS1='\[\033[1;32m\]\u@\h\[\033[01;34m\] \w\[\033[0;32m\] $(__git_ps1 "(%s)")\[\033[0;37m\]$(date +%X)\[\033[0m\]$\[\033[00m\] ' +export PS1='\[\e]0;${PWD##*/}\a\]\[\033[1;32m\]\u@\h\[\033[01;34m\] \w\[\033[0;32m\] $(__git_ps1 "(%s)")\[\033[0;37m\]$(date +%X)\[\033[0m\]$\[\033[00m\] ' export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm