Remove number of files from ps1 and add source of ssh agent

This commit is contained in:
Tony Grosinger 2018-08-09 09:53:01 -07:00 committed by Tony Grosinger
parent a759760705
commit 608d0d8f49

3
.bashrc Normal file → Executable file
View File

@ -185,5 +185,6 @@ kubectl_context() {
}
# Prompt
PS1="\n╔ \w -- \$(ls -1 | wc -l | sed 's: ::g') files\$(git_prompt) \$(kubectl_context)\n╚ \h\$ "
PS1="\n╔ \w\$(git_prompt) \$(kubectl_context)\n╚ \h\$ "
source ~/.ssh/agent-params.sh