mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
initial commit
This commit is contained in:
commit
86a1da2632
35 changed files with 1162 additions and 0 deletions
16
shell/liquidprompt.sh
Executable file
16
shell/liquidprompt.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#LP_ENABLE_RUNTIME=1
|
||||
LP_ENABLE_TITLE=1
|
||||
LP_ENABLE_SSH_COLORS=1
|
||||
LP_ENABLE_VCS_ROOT=1
|
||||
LP_DISABLED_VCS_PATH=""
|
||||
LP_ENABLE_TEMP=0
|
||||
LP_ENABLE_BATT=0
|
||||
LP_ENABLE_SVN=0
|
||||
LP_ENABLE_HG=0
|
||||
LP_ENABLE_BZR=0
|
||||
LP_ENABLE_FOSSIL=0
|
||||
LP_ENABLE_SUDO=1
|
||||
|
||||
# if in git folder, the prompt takes very long to rebuild
|
||||
mountpoint $HOME 2> /dev/null > /dev/null && LP_DISABLED_VCS_PATH="$HOME"
|
||||
source ~/.liquidprompt/liquidprompt
|
Loading…
Add table
Add a link
Reference in a new issue