Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Throwy authored Nov 14, 2021
1 parent d883117 commit adec72a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# nuggets
Any helpful tidbit of information that I want to be able to find later.

# nuggets
Any helpful tidbit of information that I want to be able to find later.

## bash

make `ls` more colorful
```
alias ls='ls --color=auto'
```

make `Tab` cycle through options and `Shift + Tab` cycle backwards
```
bind 'TAB:menu-complete'
bind '"\e[Z":menu-complete-backward'
```

0 comments on commit adec72a

Please sign in to comment.