Skip to content

Commit

Permalink
add local aliases conf
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-le-graverend committed Apr 1, 2013
1 parent d37658f commit 3e06765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export PATH="$HOME/bin:$PATH"
# Load the shell dotfiles, and then some:
# * ~/.path can be used to extend `$PATH`.
# * ~/.extra can be used for other settings you don’t want to commit.
for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
for file in ~/.{path,bash_prompt,exports,aliases,local,functions,extra}; do
[ -r "$file" ] && source "$file"
done
unset file
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes

.local

0 comments on commit 3e06765

Please sign in to comment.