This commit is contained in:
Christoph J. Scherr 2023-12-02 18:18:23 +01:00
commit a056bf63be
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -27,8 +27,8 @@ alias lgrep="find | grep"
alias psgrep="ps axu | grep"
alias plasmarestart="killall plasmashell; kstart5 plasmashell"
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
alias isodate='date +"%Y-%m-%dT%H:%M:%S%z"'
alias date='date $DATEFMT'
alias isodate='date +%Y-%m-%dT%H:%M:%S%z'
alias datefmt='date $DATEFMT'
alias gg=lazygit
alias reload="source ~/.zshrc"
alias gls=/bin/ls