mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add an alias for quick looking.
This commit is contained in:
parent
f35fb823de
commit
e13b2dc811
1 changed files with 4 additions and 1 deletions
|
|
@ -26,6 +26,9 @@ function pj() {
|
||||||
## Open current directory
|
## Open current directory
|
||||||
alias oo='open .'
|
alias oo='open .'
|
||||||
|
|
||||||
|
## Quick-look a file (^C to close)
|
||||||
|
alias ql='qlmanage -p 2>/dev/null'
|
||||||
|
|
||||||
## Start a local SMTP server and dump emails sent to it to the console
|
## Start a local SMTP server and dump emails sent to it to the console
|
||||||
alias smtpconsole='python -m smtpd -n -c DebuggingServer localhost:1025'
|
alias smtpconsole='python -m smtpd -n -c DebuggingServer localhost:1025'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue