Skip to content

Commit

Permalink
Add "z" shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-le-graverend committed Apr 6, 2013
1 parent dc3d0c8 commit 5ba6eab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ for file in ~/.{path,bash_prompt,exports,aliases,local,functions,extra}; do
done
unset file

# init z https://github.com/rupa/z
. ~/code/z/z.sh

# Case-insensitive globbing (used in pathname expansion)
shopt -s nocaseglob

Expand Down

0 comments on commit 5ba6eab

Please sign in to comment.