]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: remove lanex alias
[config.org.git] / config.org
index 562a12abd6d1021188c336caeddcc1e8c53299bd..d22df0dd0665b7076c641c9a930e23f091963c01 100644 (file)
@@ -964,7 +964,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export KISS_PATH="$KISS_PATH:$HOME/repos/community/community"
   export KISS_PATH="$KISS_PATH:$HOME/repos/mid/ports"
 
-  export KISS_COMPRESS=xz
+  export KISS_COMPRESS=zst
 #+end_src
 **** Compilation flags
 #+begin_src shell :tangle ~/.config/ash/ashrc
@@ -1010,7 +1010,6 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   alias ln='ln -v'
   alias grep='grep -in'
   alias mkdir='mkdir -pv'
-  alias lanex='java -jar ~/.local/share/lxc/lanxchange.jar && rm lxc*'
   emacs() { $EDITOR "$@" & }
   alias vim="emacs"
 #+end_src