mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
This commit is contained in:
commit
677c8454e7
19 changed files with 192 additions and 34 deletions
|
|
@ -1,17 +1,9 @@
|
|||
#!/bin/zsh
|
||||
|
||||
# Push and pop directories on directory stack
|
||||
alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
||||
alias ss='thin --stats "/thin/stats" start'
|
||||
alias devlog='tail -f log/development.log'
|
||||
|
||||
# Super user
|
||||
alias _='sudo'
|
||||
|
||||
# Show history
|
||||
alias history='fc -l 1'
|
||||
|
||||
# TextMate
|
||||
alias et='mate . &'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue