largefiles tweaks
This commit is contained in:
parent
18eb884cfa
commit
deae930d72
|
@ -14,8 +14,9 @@ alias grep="grep --color"
|
||||||
alias egrep="grep -E"
|
alias egrep="grep -E"
|
||||||
alias lgrep="find | grep"
|
alias lgrep="find | grep"
|
||||||
alias psgrep="ps axu | grep"
|
alias psgrep="ps axu | grep"
|
||||||
alias largefiles='du -h ./DATEN | grep -P "\d+\.\d+(G|T)\"'
|
|
||||||
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
||||||
|
### Functions
|
||||||
|
function largefiles () { du -h "$@" | grep -P "\d+\.\d+(G|T)"; }
|
||||||
|
|
||||||
### ZSH HOME
|
### ZSH HOME
|
||||||
export ZSH=$HOME/.zsh-server
|
export ZSH=$HOME/.zsh-server
|
||||||
|
|
|
@ -21,11 +21,13 @@ alias grep="grep --color"
|
||||||
alias egrep="grep -E"
|
alias egrep="grep -E"
|
||||||
alias lgrep="find | grep"
|
alias lgrep="find | grep"
|
||||||
alias psgrep="ps axu | grep"
|
alias psgrep="ps axu | grep"
|
||||||
alias largefiles='du -h ./DATEN | grep -P "\d+\.\d+(G|T)\"'
|
|
||||||
alias plasmarestart="killall plasmashell; kstart plasma-desktop"
|
alias plasmarestart="killall plasmashell; kstart plasma-desktop"
|
||||||
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
||||||
alias vim="vimx"
|
alias vim="vimx"
|
||||||
|
|
||||||
|
### Functions
|
||||||
|
function largefiles () { du -h "$@" | grep -P "\d+\.\d+(G|T)"; }
|
||||||
|
|
||||||
### ZSH HOME
|
### ZSH HOME
|
||||||
export ZSH=$HOME/.zsh
|
export ZSH=$HOME/.zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue