Bash: dot-bash and dot-git aliases.
This commit is contained in:
parent
2b3294fcb6
commit
819a173f7a
@ -170,3 +170,7 @@ Get OS X software updates, update Homebrew, NPM, Ruby packages, dotfiles and som
|
||||
### nyan
|
||||
|
||||
Print nyan cat :-)
|
||||
|
||||
### dot-bash / dot-git
|
||||
|
||||
Display Bash aliases (this file) or Git aliases cheat sheets in Quick Look.
|
||||
|
@ -95,4 +95,7 @@ gi() { grunt init:$@; }
|
||||
function proj { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w project $2)"; }
|
||||
function repo { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w repo $2)"; }
|
||||
function wptheme { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w wptheme $2)"; }
|
||||
|
||||
|
||||
# Dotfiles help
|
||||
alias dot-bash="qlmanage -p "$HOME/dotfiles/docs/Bash.md""
|
||||
alias dot-git="qlmanage -p "$HOME/dotfiles/docs/Git.md""
|
||||
|
Loading…
Reference in New Issue
Block a user