mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Added new alias
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
b964433381
commit
046b1f6d34
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ alias sgrep='grep -R -n -H -C 5'
|
|||
|
||||
alias cdb='cd ~/projects/buildbot/'
|
||||
|
||||
alias t='tail -f'
|
||||
|
||||
# cd, because typing the backslash is A LOT of work!!
|
||||
alias ..='cd ../'
|
||||
alias ...='cd ../../'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue