Add notes/changes to liquidprompt configuration

This commit is contained in:
Austen Adler 2019-01-08 12:06:07 -05:00
parent b14c6240de
commit 428340fe0e
3 changed files with 13 additions and 15 deletions

View File

@ -15,6 +15,10 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
command -v stow >/dev/null || echo "You do not have GNU stow installed" && git clone https://gitea.austenwares.com/stonewareslord/sync && stow -t ~ git i3 shell tmux vim
- Installing zsh
test -d ~/.zsh-git/liquidprompt || git clone https://github.com/nojhan/liquidprompt ~/.zsh-git/liquidprompt && git -C ~/.zsh-git/liquidprompt pull
- Installing vim
vim +'call Initialize()'

View File

@ -86,23 +86,23 @@ LP_ENABLE_VCS_ROOT=0
# Do you want to use the Git special features?
# Recommended value is 1
LP_ENABLE_GIT=0
LP_ENABLE_GIT=1
# Do you want to use the Subversion special features?
# Recommended value is 1
LP_ENABLE_SVN=1
LP_ENABLE_SVN=0
# Do you want to use the Mercurial special features?
# Recommended value is 1
LP_ENABLE_HG=1
LP_ENABLE_HG=0
# Do you want to use the Fossil special features?
# Recommended value is 1
LP_ENABLE_FOSSIL=1
LP_ENABLE_FOSSIL=0
# Do you want to use the Bazaar special features?
# Recommanded value is 1
LP_ENABLE_BZR=1
LP_ENABLE_BZR=0
# Show time of the last prompt display
# Recommended value is 0
@ -152,9 +152,6 @@ LP_ENABLE_SSH_COLORS=1
# will be disabled
LP_DISABLED_VCS_PATH=""
# Enable Oh My Git!
LP_ENABLE_OHMYGIT=1
# Marks
LP_MARK_BATTERY="B"
LP_MARK_ADAPTER="A"
@ -162,6 +159,3 @@ LP_MARK_LOAD="L"
LP_MARK_TEMP="T"
# vim: set et sts=4 sw=4 tw=120 ft=sh:
# vim: ft=sh:

View File

@ -383,10 +383,10 @@ fi
#alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0| grep -E "state|to\ full|percentage"'
echo -ne '[# ]\r'
source ~/.zsh-git/lpr/liquidprompt
source ~/.zsh-git/omg/base.sh
source ~/.zsh-git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.zsh-git/oh-my-git-themes/af-magic.zsh-theme
source ~/.zsh-git/liquidprompt/liquidprompt
#source ~/.zsh-git/omg/base.sh
#source ~/.zsh-git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
#source ~/.zsh-git/oh-my-git-themes/af-magic.zsh-theme
if [[ -f ~/.zsh-git/custom-config/zshrc ]]; then
source ~/.zsh-git/custom-config/zshrc
fi