mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added file to reload ~/.local/bin to $PATH
This commit is contained in:
parent
b48eb2a787
commit
fe7afd7cbf
6
.local/bin/add_local_bin_to_path
Executable file
6
.local/bin/add_local_bin_to_path
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
|
||||
notify-send "Added ~/.local/bin/ to $PATH"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user