diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-04-18 20:04:49 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-04-18 20:04:49 +0200 |
commit | 91b416dc35d5b5347b86b8b0636b3efc01a72b32 (patch) | |
tree | 9019f938e303f4c3bf29214967416ddc7a747f42 /dot_profile | |
parent | d0ed315f8e200931434b8a9afd328473bd768f6b (diff) |
- set ANSIBLE_CONFIG var
- use Vesktop instead of Discord
- add AppImages to PATH
- comment deprecated 'set go=a' for vim
Diffstat (limited to 'dot_profile')
-rw-r--r-- | dot_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_profile b/dot_profile index 46f5ea5..82d3305 100644 --- a/dot_profile +++ b/dot_profile @@ -2,7 +2,7 @@ # Profile file. Runs on login. Environmental variables are set here. -export PATH="$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.cargo/bin:$PATH:$HOME/AppImages" export XBPS_DISTDIR="$HOME/workbench/void-packages" #Allow user-wide installations for npm |