mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
alias for go to TextMate bundles directory: bundles
This commit is contained in:
parent
4d58b02859
commit
3893edabf3
1 changed files with 4 additions and 1 deletions
|
|
@ -20,4 +20,7 @@ function tm() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
alias reload_bundles="osascript -e 'tell app \"TextMate\" to reload bundles'"
|
alias reload-bundles="osascript -e 'tell app \"TextMate\" to reload bundles'"
|
||||||
|
|
||||||
|
# Go to TextMate bundles directory
|
||||||
|
alias bundles='cd ~/Library/Application\ Support/TextMate/Bundles'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue