diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-11 08:42:06 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-11 08:42:06 -0800 |
commit | a36203c0d8d32a1ddf3009cce6c04e0c6f26477e (patch) | |
tree | ff26c581b85475395e44724e4008920ce1a6870f /.environment | |
parent | e4ff58c24852089db3c7f87ee9342c62a5076dda (diff) |
emacs: notmuch keybindings
Diffstat (limited to '.environment')
-rw-r--r-- | .environment | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.environment b/.environment index 1a888fa..0908118 100644 --- a/.environment +++ b/.environment @@ -44,6 +44,10 @@ if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi +if [ -d "$HOME/.local/bin" ]; then + PATH="$HOME/.local/bin:$PATH" +fi + # extra if [ -d ~/.environment.d/ ]; then for e in $(find ~/.environment.d/ -type l,f); do |