mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Adding flatpak-related dirs to PATH in xonsh.
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