mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 09:13:33 +01:00
[bash] explicitly set SHORTPS1 so it will show up in printenv
This is a toggle built into __PROMPT_COMMAND__ to toggle a newline at the end of the prompt. I couldn't easily trace the name..
This commit is contained in:
parent
efa88e6963
commit
f8a1d54124
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
# .bash_files
|
# .bash_files
|
||||||
# /PS
|
# /PS
|
||||||
|
|
||||||
|
# Set default to empty so it will show up in printenv
|
||||||
|
SHORTPS1=${SHORTPS1:-}
|
||||||
|
export SHORTPS1
|
||||||
|
|
||||||
# uncomment for a colored prompt, if the terminal has the capability; turned
|
# uncomment for a colored prompt, if the terminal has the capability; turned
|
||||||
# off by default to not distract the user: the focus in a terminal window
|
# off by default to not distract the user: the focus in a terminal window
|
||||||
# should be on the output of commands, not on the prompt
|
# should be on the output of commands, not on the prompt
|
||||||
|
|
Loading…
Reference in a new issue