mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
more aliases
This commit is contained in:
5
zshrc
5
zshrc
@@ -48,6 +48,9 @@ bindkey '^R' history-incremental-pattern-search-backward
|
|||||||
zmodload zsh/complist #bessere listen
|
zmodload zsh/complist #bessere listen
|
||||||
autoload -Uz compinit; compinit #completioni
|
autoload -Uz compinit; compinit #completioni
|
||||||
|
|
||||||
|
### UMASK ###
|
||||||
|
umask 077
|
||||||
|
|
||||||
#### ZSH ALIASES ####
|
#### ZSH ALIASES ####
|
||||||
## BASIC ##
|
## BASIC ##
|
||||||
alias -g E='2>&1'
|
alias -g E='2>&1'
|
||||||
@@ -140,6 +143,8 @@ alias woist='ssh ircbox nc localhost 1339 | grep -B1 " in .zshrci'
|
|||||||
alias logins='nc localhost 1339 | grep -B1'
|
alias logins='nc localhost 1339 | grep -B1'
|
||||||
alias cltex="rm *.log *.aux *.fdb_latexmk *.fls"
|
alias cltex="rm *.log *.aux *.fdb_latexmk *.fls"
|
||||||
alias wordcount="find . -type f -exec cat {} + | wc -w"
|
alias wordcount="find . -type f -exec cat {} + | wc -w"
|
||||||
|
alias bv="urxvt -e vim $1"
|
||||||
|
alias v="vim $1"
|
||||||
|
|
||||||
## LS ##
|
## LS ##
|
||||||
LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS
|
LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS
|
||||||
|
|||||||
Reference in New Issue
Block a user