Updated ps1 colours for HEF

This commit is contained in:
Eric Teunis de Boone 2017-01-27 16:22:49 +01:00
parent 823dc3aa7b
commit 12caa84687
4 changed files with 14 additions and 2 deletions

View File

@ -80,7 +80,7 @@ function __prompt_command() {
'fatserf') PS1+="${Pur}\H${RCol}";;
'lilo'*) PS1+="${BWhi}\H${RCol}";;
'hg'*) PS1+="${BRed}\H${RCol}";;
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";;
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";;
*) PS1+="${Blu}${On_Whi}\H${RCol}";;
esac
else
@ -120,7 +120,7 @@ function retval() {
PS1="[$1] "
else
if [ ! $1 == 0 ]; then
PS1="${Red}×${RCol}"
PS1="${Red}x${RCol}"
else
PS1="${Gre}+${RCol}"
fi

View File

@ -0,0 +1,2 @@
Copy files from /usr/share/geany to this directory to overwrite them. To use the defaults, just delete the file in this directory.
For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/).

7
geany/keybindings.conf Normal file
View File

@ -0,0 +1,7 @@
[Bindings]
popup_gototagdefinition=
edit_transposeline=<Control>t
edit_movelineup=
edit_movelinedown=
move_tableft=<Alt>Page_Up
move_tabright=<Alt>Page_Down

View File

@ -10,6 +10,9 @@
~/.bash_profile: bash/profile
~/.gitconfig: git/gitconfig
~/.gitignore_global: git/gitignore_global
~/.config/geany/geany.conf: geany/geany.conf
~/.config/geany/keybindings.conf: geany/keybindings.conf
~/.config/geany/filedefs: geany/filedefs
~/.ncmpcpp/config: ncmpcpp/config
~/.ncmpcpp/bindings: ncmpcpp/bindings
~/.profile: profile.sh