From 91b416dc35d5b5347b86b8b0636b3efc01a72b32 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 18 Apr 2025 20:04:49 +0200 Subject: add ansible config, switch to vesktop, minor env tweaks - set ANSIBLE_CONFIG var - use Vesktop instead of Discord - add AppImages to PATH - comment deprecated 'set go=a' for vim --- dot_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_profile') 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 -- cgit v1.2.3