Bash: dot-bash and dot-git aliases.

This commit is contained in:
Artem Sapegin 2012-12-20 11:39:05 +04:00
parent 2b3294fcb6
commit 819a173f7a
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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""