NeoLAB
34 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

🐧 | @ArchLinuxIndia
🐚 | @PrivacyToolsIOChat
🍬 | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
How to Add ~/.local/bin to PATH?
Adding dirs to PATH gives easy access to your local scripts.

Define PATH variable

Put this in your ~/.profile or ~/.zprofile

# Adds ~/.local/bin to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':')"

and restart your wm

Now you can easily access your scripts from dmenu, terminal or anywhere.
#faqs #notes