Compare commits

...

2 commits

Author SHA1 Message Date
f8180df75f Merge branch 'master' of https://git.cscherr.de/PlexSheep/home 2023-12-02 18:18:23 +01:00
800410c1c9 lsd date fmt 2023-12-02 18:18:18 +01:00

2
.zshrc
View file

@ -27,6 +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 date='date $DATEFMT'
alias gg=lazygit alias gg=lazygit
alias reload="source ~/.zshrc" alias reload="source ~/.zshrc"
alias gls=/bin/ls alias gls=/bin/ls