mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Merge branch 'master' of gitlab.com:dwt1/dotfiles
This commit is contained in:
@@ -12,7 +12,7 @@ from xonsh.xontribs import xontribs_load
|
|||||||
xenv = __xonsh__.env
|
xenv = __xonsh__.env
|
||||||
|
|
||||||
### ADDING DIRS TO PATH ###
|
### ADDING DIRS TO PATH ###
|
||||||
for d in ["~/.local/bin", "~/Applications"]:
|
for d in ["~/.local/bin", "~/Applications", "~/.local/share/flatpak/exports/share", "/var/lib/flatpak/exports/share"]:
|
||||||
xenv["PATH"].append(Path(d).expanduser())
|
xenv["PATH"].append(Path(d).expanduser())
|
||||||
|
|
||||||
### BASH COMPLETIONS ###
|
### BASH COMPLETIONS ###
|
||||||
|
|||||||
Reference in New Issue
Block a user