Added Ansible aliases, git svn aliases, and vi editing mode.

This commit is contained in:
Jeff Geerling
2014-01-15 14:44:54 -06:00
parent 348cba3cbe
commit 63ae559d09
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -31,6 +31,8 @@ alias gs='git status'
alias gc='git commit'
alias gcam='git commit -am'
alias gl='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit'
alias gsd='git svn dcommit'
alias gsfr='git svn fetch && git svn rebase'
# Turn on Git autocomplete.
if [ -f ~/.git-completion.bash ]; then
@@ -39,3 +41,7 @@ fi
# Disable cowsay in Ansible.
export ANSIBLE_NOCOWS=1
# Ansible aliases.
alias an='ansible'
alias anplay='ansible-playbook'
+1
View File
@@ -4,3 +4,4 @@
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
set editing-mode vi