Added file to reload ~/.local/bin to $PATH

This commit is contained in:
Vlad Doster 2020-04-03 18:12:14 -05:00
parent b48eb2a787
commit fe7afd7cbf

View 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"