summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-09-22 13:37:51 -0700
committerMike Crute <mike@crute.us>2019-09-22 13:37:51 -0700
commit168089986c0456723e4ca498d0489427c5465020 (patch)
tree4a5992647e3a23a25f1e4fadd9445efac3296916 /.bashrc
parent4216b9bc33dc8a1e9e05f72ef559330b058fb874 (diff)
downloaddotfiles-168089986c0456723e4ca498d0489427c5465020.tar.bz2
dotfiles-168089986c0456723e4ca498d0489427c5465020.tar.xz
dotfiles-168089986c0456723e4ca498d0489427c5465020.zip
Drop username from prompt
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 62b7820..879d67d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -134,7 +134,7 @@ if [[ "$MY_SHELL" =~ "bash" ]]; then
134 _gold="\[\e[33;1;49m\]" 134 _gold="\[\e[33;1;49m\]"
135 _red="\[\e[92;1;49m\]" 135 _red="\[\e[92;1;49m\]"
136 136
137 export PS1="\t ${_cyan}\u${_green}@$(hostname -s) ${_cyan}\W ${_gold}\\$ ${_clear}" 137 export PS1="\t ${_green}$(hostname -s) ${_cyan}\W ${_gold}\\$ ${_clear}"
138 138
139 load_all_from "$HOME/.bash_completion.d" 139 load_all_from "$HOME/.bash_completion.d"
140 140