mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config
This commit is contained in:
@@ -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
5
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user