Update bashrc to check for local bash completions
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
# If running interactively, then:
|
||||
if ($?prompt) then
|
||||
set SHELL = "/usr/bin/bash" && exec $SHELL
|
||||
set SHELL = "/usr/bin/bash"
|
||||
exec $SHELL
|
||||
endif
|
Reference in New Issue
Block a user