Skip to content

Commit

Permalink
source bash-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
milomouse (Vincent Anonymouse) committed Jul 28, 2013
1 parent 015f9df commit e403889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bashrc
Expand Up @@ -3,4 +3,6 @@ source ~/zsh/zsh-exports
source ~/zsh/zsh-aliases
export HISTFILE=/tmp/user-keep/${USER}/bash_history
complete -cf sudo
PS1='(bash..) \u [\w]\$ '
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
source /usr/share/bash-completion/bash_completion
PS1='\u [\w]\$ '

0 comments on commit e403889

Please sign in to comment.