Various from Locksmith

This commit is contained in:
Eric Teunis de Boone 2017-08-26 13:30:58 +02:00
parent ecd9e69323
commit 57953d9c90
6 changed files with 16 additions and 7 deletions

View File

@ -77,7 +77,7 @@ function __prompt_command() {
'maclean') PS1+="${IGre}\H${RCol}";;
'beatmaker') PS1+="${Gre}\H${RCol}";;
'blacksmith'|'beatmachine') PS1+="${Blu}\H${RCol}";;
'fatserf') PS1+="${Pur}\H${RCol}";;
'locksmith'|'fatserf') PS1+="${Pur}\H${RCol}";;
'lilo'*) PS1+="${BWhi}\H${RCol}";;
'hg'*) PS1+="${BRed}\H${RCol}";;
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";;

8
bin/overview Executable file
View File

@ -0,0 +1,8 @@
#! /bin/bash
systemctl status sshd
systemctl status mpd
systemctl status nginx
systemctl status mariadb
systemctl status postfix
systemctl status dovecot
#systemctl status

View File

@ -14,3 +14,7 @@
ui = auto
[merge]
conflictstyle = diff3
[branch]
autosetuprebase = always
[diff]
tool = vimdiff

View File

@ -178,8 +178,8 @@ def_key "down"
#def_key "end"
# move_end
#
def_key "space"
press_space
#def_key "space"
# press_space
#
def_key "enter"
press_enter

View File

@ -28,10 +28,6 @@ set-option -g set-titles on
set-window-option -g automatic-rename on
setw -g monitor-activity on
# unicode
setw -g utf8 on
set -g status-utf8 on
# use PREFIX | to split window horizontally and PREFIX - to split vertically
bind | split-window -h
bind - split-window -v

View File

@ -21,6 +21,7 @@ filetype indent on
" Set tabbing stuff
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab