From 5bcfe44ec87cf256a3c7d2eba52a1a5f9cbadf7e Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 15 Feb 2020 21:55:54 -0500 Subject: [PATCH] xprofile: add .cabal to PATH --- applications/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/xprofile b/applications/xprofile index ba5136f..d122a08 100644 --- a/applications/xprofile +++ b/applications/xprofile @@ -10,7 +10,7 @@ export GTK_USE_PORTAL=1 export KRITA_NO_STYLE_OVERRIDE=1 # misc -export PATH=$HOME/.local/bin:$HOME/.gem/ruby/2.6.0/bin:$PATH +export PATH=$HOME/.local/bin:$HOME/.gem/ruby/2.6.0/bin:$HOME/.cabal/bin:$PATH export DOOMWADDIR=/media/store/games/doom/iwads export EDITOR=vim export WINEPREFIX=$HOME/progs/winepfx