diff options
| -rw-r--r-- | config/fish/config.fish | 1 | ||||
| -rw-r--r-- | pacman/base | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 9682f90..aead5a7 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -10,6 +10,7 @@ else if [ "$(uname)" = 'Darwin' ] set -gx LC_CTYPE 'en_US.UTF-8' end +set -gx PATH "$PATH:/opt/resolve/bin" set -gx PATH "$PATH:$HOME/.local/share/go/bin" set -gx PATH "$PATH:$HOME/.local/share/cargo/bin" set -gx PATH "$PATH:$HOME/.local/share/npm/bin" diff --git a/pacman/base b/pacman/base index 13077d7..ff331e4 100644 --- a/pacman/base +++ b/pacman/base @@ -142,3 +142,6 @@ xsel yazi ueberzugpp perl-image-exiftool + +screenkey +slop |
