]> git.armaanb.net Git - config.org.git/commitdiff
ash: fix KISS_PATH order
authorArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 23:18:46 +0000 (23:18 +0000)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 23:18:46 +0000 (23:18 +0000)
config.org

index ea6a389234b47938cbdab8d7b0286c86eb47367f..7a4910743d400335ee193d3030978f9ee26256ca 100644 (file)
@@ -892,14 +892,14 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
 
   export KISS_PATH=""
+  export KISS_PATH="$KISS_PATH:$HOME/repos/personal"
   export KISS_PATH="$KISS_PATH:$HOME/repos/bin/bin"
-  export KISS_PATH="$KISS_PATH:$HOME/repos/community/community"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/core"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/extra"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/xorg"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/xorg"
+  export KISS_PATH="$KISS_PATH:$HOME/repos/community/community"
   export KISS_PATH="$KISS_PATH:$HOME/repos/mid/ports"
-  export KISS_PATH="$KISS_PATH:$HOME/repos/personal"
 
   export CFLAGS="-O3 -pipe -march=native"
   export CXXFLAGS="$CFLAGS"