b12f restructure #1

Merged
teutat3s merged 218 commits from b12f into main 2020-11-24 18:27:01 +00:00
Showing only changes of commit 167cd2fc32 - Show all commits

View file

@ -84,7 +84,8 @@ in
stty erase '^?'
precmd () {
echo -e "\e]2;$(pwd)\e\\"
DIR_NAME=$(pwd | sed "s|^$HOME|~|g")
echo -e "\e]2;$DIR_NAME\e\\"
}
# If a command is not found, show me where it is