Skip to content

Commit

Permalink
Add config alias and ignore ~/.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfs committed Feb 22, 2016
1 parent 0a5bd3a commit b357115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.cfg
*.swp
1 change: 1 addition & 0 deletions bashrc
Expand Up @@ -20,6 +20,7 @@ alias ls='ls --color=auto'
alias ll='ls -lh'
alias grep='grep --color=auto'
alias diff='colordiff'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'

# ssh-agent - http://rabexc.org/posts/pitfalls-of-ssh-agents
ssh-add -l &>/dev/null
Expand Down

0 comments on commit b357115

Please sign in to comment.