zsh:alias: Add py for python3

This commit is contained in:
2022-04-23 16:44:16 +02:00
parent 476081e2a2
commit e97ade48e2

View File

@@ -111,6 +111,7 @@ fi
alias loadhist='fc -RI'
alias resetCursor='echo -ne "\e[5 q"'
alias makeThisScratchpad='echo -ne "\033]0;scratchpad-terminal\007"'
alias py='python3'
# grep filenames and date entries in exiftool
alias grepdate='grep -E "(={8})|([:0-9]{10} [:0-9]{8})"'
# 'Temporary' shell in alternate mode for hiding commands in scrollback.