diff --git a/zsh/.config/zsh/.aliases.zsh b/zsh/.config/zsh/.aliases.zsh index 25798e0..3ccebf4 100644 --- a/zsh/.config/zsh/.aliases.zsh +++ b/zsh/.config/zsh/.aliases.zsh @@ -2,12 +2,12 @@ alias btctl="bluetoothctl" alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland" alias cl="clear" -alias exa="exa -aFghl --git --icons" -alias l="lsd -hlA" -alias la="lsd -hl" -alias ll="lsd -hlaF" +alias exa="exa -aFghl --color=always --git --icons" +alias l="lsd -hlA --color=always" +alias la="lsd -hl --color=always" +alias ll="lsd -hlaF --color=always" alias q="exit" -alias tree="exa --tree -I '.git'" +alias tree="exa --color=always --tree -I '.git'" alias u="paru; echo; doas npm update -g" # File management diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv index e8c322c..eb6d6e4 100644 --- a/zsh/.config/zsh/.zshenv +++ b/zsh/.config/zsh/.zshenv @@ -7,5 +7,9 @@ export LANG="en_DK.UTF-8" export EDITOR="nvim" export PAGER="less" +# Settings +export LESS="-R" +export LESSHISTFILE="/dev/null" + # Secret variables [[ -f $ZDOTDIR/.env ]] && source $ZDOTDIR/.env