mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 04:38:29 +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
|
||||
|
||||
### 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())
|
||||
|
||||
### BASH COMPLETIONS ###
|
||||
|
||||
Reference in New Issue
Block a user