Compare commits

..

No commits in common. "8f90dfc8abe6e153612ea3820713ac9b278c3969" and "588d191c25a8f8c46167a640c3f178cd4aa7454f" have entirely different histories.

11
.zshrc
View file

@ -13,21 +13,18 @@ export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard.
# #
# For wayland, set this to `1` # For wayland, set this to `1`
# see https://github.com/Slackadays/Clipboard/issues/171 # see https://github.com/Slackadays/Clipboard/issues/171
export DATEFMT='+%a %Y-%m-%d %X'
### Aliases ### Aliases
alias l="lsd -lah --date \"$DATEFMT\"" alias l="lsd -lah"
alias ll="lsd -lh --date \"$DATEFMT\"" alias ll="lsd -lh"
alias la="lsd -a --date \"$DATEFMT\"" alias la="lsd -a"
alias ls="lsd --date \"$DATEFMT\"" alias ls="lsd"
alias grep="grep --color" 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 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 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