Merge branch 'master' of https://git.cscherr.de/PlexSheep/home
This commit is contained in:
commit
a056bf63be
4
.zshrc
4
.zshrc
|
@ -27,8 +27,8 @@ alias lgrep="find | grep"
|
||||||
alias psgrep="ps axu | grep"
|
alias psgrep="ps axu | grep"
|
||||||
alias plasmarestart="killall plasmashell; kstart5 plasmashell"
|
alias plasmarestart="killall plasmashell; kstart5 plasmashell"
|
||||||
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
|
||||||
alias isodate='date +"%Y-%m-%dT%H:%M:%S%z"'
|
alias isodate='date +%Y-%m-%dT%H:%M:%S%z'
|
||||||
alias date='date $DATEFMT'
|
alias datefmt='date $DATEFMT'
|
||||||
alias gg=lazygit
|
alias gg=lazygit
|
||||||
alias reload="source ~/.zshrc"
|
alias reload="source ~/.zshrc"
|
||||||
alias gls=/bin/ls
|
alias gls=/bin/ls
|
||||||
|
|
Loading…
Reference in New Issue