aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index b17016b..a011f48 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -23,7 +23,7 @@ is_inside_nix_shell() {
23} 23}
24 24
25# Better prompt. 25# Better prompt.
26export PS1="[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ " 26export PS1="\n[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]] \033[90m\T\033[0m$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ "
27 27
28# General aliases. 28# General aliases.
29alias l='ls -lh' 29alias l='ls -lh'