Updated bashrc and profile for tab completion.
This commit is contained in:
parent
ae0d4256cc
commit
ac9e6051ff
2 changed files with 7 additions and 3 deletions
7
bashrc
7
bashrc
|
@ -1,2 +1,9 @@
|
|||
source ~/.profile
|
||||
|
||||
# something with keyword completion
|
||||
# . /etc/bash_completion
|
||||
if [ -f /etc/bash_completion ]
|
||||
then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
|
||||
|
|
3
profile
3
profile
|
@ -29,9 +29,6 @@ set_prompt
|
|||
# makes ls print pretty
|
||||
alias ls="ls --color=auto"
|
||||
|
||||
# something with keyword completion
|
||||
# . /etc/bash_completion
|
||||
|
||||
# default editor
|
||||
export EDITOR=vim
|
||||
|
||||
|
|
Loading…
Reference in a new issue