mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-17 08:53:33 +01:00
Updated ps1 colours for HEF
This commit is contained in:
parent
823dc3aa7b
commit
12caa84687
4 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
2
geany/filedefs/filetypes.README
Normal file
2
geany/filedefs/filetypes.README
Normal 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
7
geany/keybindings.conf
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue