commit f94d656a904c8e2c845094852d73d0cd54f47ff3 parent 890596b1d6f157b6952028fe2eea5375881bd697 Author: Jake Koroman <jakekoroman@gmail.com> Date: Sun, 21 Jul 2024 23:00:54 -0400 minor. Diffstat:
M | .config/shell/aliasrc | | | 4 | ++-- |
M | .zprofile | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -1,7 +1,7 @@ #!/bin/sh -#alias grep='grep --color=auto' -#alias ls='ls --color=auto' +alias grep='grep --color=auto' +alias ls='ls --color=auto' alias l='ls -l' alias ll='ls -la' diff --git a/.zprofile b/.zprofile @@ -26,7 +26,7 @@ export BROWSER=librewolf export TERMINAL=foot export TERM=xterm-256color # some programs don't recognise foot and revert back to ascii-term -export PATH=$HOME/.local/share/cargo/bin:$HOME/.local/bin:$HOME/scripts:$PATH +export PATH=$CARGO_HOME/bin:$HOME/.local/bin:$HOME/scripts:$PATH export XDG_CURRENT_DESKTOP=wlroots