mirror of
https://github.com/lloeki/dotfiles.git
synced 2026-05-06 20:30:23 +02:00
5 lines
64 B
Bash
Executable file
5 lines
64 B
Bash
Executable file
# user path
|
|
PATH=~/.local/bin:$PATH
|
|
export PATH
|
|
|
|
# vim: ft=bash
|