Skip to content

Commit

Permalink
added shopt command to enable tab completion
Browse files Browse the repository at this point in the history
  • Loading branch information
huy committed Jul 18, 2010
1 parent 627270a commit fccca67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bashmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
# g b[TAB] - tab completion is available
# l - list all bookmarks

# enable custom programatic tab completion
shopt -s progcomp

# save current directory to bookmarks
touch ~/.sdirs
function s {
Expand Down

0 comments on commit fccca67

Please sign in to comment.