From 9c322e0182f88de6be06f9cceb7514652dfa3dc5 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 21 Apr 2025 06:34:19 -0500 Subject: [PATCH] / du alias & ps1 upd --- dots/bash/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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