mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Move over a few more aliases from my personal .zshrc.
This commit is contained in:
parent
01680434ff
commit
37303d022e
4 changed files with 14 additions and 3 deletions
11
lib/misc.zsh
11
lib/misc.zsh
|
|
@ -24,4 +24,13 @@ function pj() {
|
|||
}
|
||||
|
||||
## Open current directory
|
||||
alias oo='open .'
|
||||
alias oo='open .'
|
||||
|
||||
## Start a local SMTP server and dump emails sent to it to the console
|
||||
alias smtpconsole='python -m smtpd -n -c DebuggingServer localhost:1025'
|
||||
|
||||
## Serve the current folder on port 80
|
||||
alias serve_this='python -m SimpleHTTPServer'
|
||||
|
||||
## Highlight-aware less command
|
||||
alias hl='less -R'
|
||||
Loading…
Add table
Add a link
Reference in a new issue