further configuration of bash
This commit is contained in:
parent
36d8901e5f
commit
e3977e2756
2 changed files with 17 additions and 0 deletions
4
bashrc
4
bashrc
|
@ -25,6 +25,10 @@ unset RED
|
|||
unset GREEN
|
||||
unset RESET
|
||||
|
||||
# Completion
|
||||
complete -c man
|
||||
complete -cf sudo
|
||||
|
||||
# Color ls
|
||||
alias ls="lr -1FG"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue