diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 6cb7c5a..d10f2b7 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -27,6 +27,7 @@ alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpn alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage" alias ct="sudo ct" alias dr="dragon-drop --and-exit --all --print-path" +alias du="du --summarize --human-readable *" alias ffind="sudo find / -type f -name" alias gparted="sudo gparted" alias grep='grep --color=auto' @@ -59,7 +60,7 @@ alias tp-restore="trash-restore" # x terminal shell start string | https://askubuntu.com/questions/1340319/ps1-string-full-documentation-and-reference-page # https://bash-prompt-generator.org/ # https://askubuntu.com/questions/193416/adding-timestamps-to-terminal-prompts -PS1='⚙[\D{%y%m%d%H%M}|\u@\h|\W]\$ ' +PS1='⚙[\D{%y%m%d%H%M}|\u@\h \W]\$ ' # change the window title of x terminals case ${TERM} in