mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Adding BASH_COMPLETIONS variable to xonsh rc.py.
This commit is contained in:
@@ -16,6 +16,8 @@ xenv = __xonsh__.env
|
||||
for d in ["~/.local/bin", "~/Applications"]:
|
||||
xenv["PATH"].append(Path(d).expanduser())
|
||||
|
||||
### BASH COMPLETIONS ###
|
||||
xenv['BASH_COMPLETIONS']='/usr/share/bash-completion/bash_completion'
|
||||
|
||||
### XONSH THEME ###
|
||||
xenv['XONSH_COLOR_STYLE'] = 'one-dark'
|
||||
|
||||
Reference in New Issue
Block a user