Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config

This commit is contained in:
Sheppy
2017-01-12 21:30:04 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ fi
hc keybind $Mod-p spawn pavucontrol
hc keybind $Mod-Shift-l spawn libreoffice
hc keybind $Mod-t spawn icedove
hc keybind $Mod-Shift-i spawn urxvt -e ssh ik15ydit@ircbox.cs.fau.de -t 'tmux a -d'
# basic movement
# focusing clients

5
zshrc
View File

@@ -48,6 +48,9 @@ bindkey '^R' history-incremental-pattern-search-backward
zmodload zsh/complist #bessere listen
autoload -Uz compinit; compinit #completioni
### UMASK ###
umask 077
#### ZSH ALIASES ####
## BASIC ##
alias -g E='2>&1'
@@ -143,6 +146,8 @@ alias woist='ssh ircbox nc localhost 1339 | grep -B1 " in .zshrci'
alias logins='nc localhost 1339 | grep -B1'
alias cltex="rm *.log *.aux *.fdb_latexmk *.fls"
alias wordcount="find . -type f -exec cat {} + | wc -w"
alias bv="urxvt -e vim $1"
alias v="vim $1"
## LS ##
LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS