bash-completion added
This commit is contained in:
parent
aecbf02a04
commit
f4bcd89714
|
@ -21,6 +21,8 @@ GIT_PS1_SHOWUNTRACKEDFILES=true
|
|||
GIT_PS1_DESCRIBE_STYLE=branch
|
||||
source /etc/bash_completion.d/git-prompt.sh
|
||||
PS1='\[\e[01;32m\]\u@\h\[\e[0m\]:\[\e[01;34m\]\w\[\e[0m\]$(__git_ps1 "(%s)")\[\e[0m\]\$ '
|
||||
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
|
||||
# History settings: no duplicates, decent size
|
||||
HISTSIZE=10000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = /home/clint/Pictures/wallpapers/castle2.jpg
|
||||
path = /home/clint/Pictures/wallpapers/snowy_church.jpg
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
preload = /home/clint/Pictures/wallpapers/castle_view.jpg
|
||||
preload =
|
||||
wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/castle_view.jpg
|
||||
wallpaper = DP-2, /home/clint/Pictures/wallpapers/castle_view.jpg
|
||||
|
||||
|
|
Loading…
Reference in New Issue