From 662a6b3a378ac01897314a9cbef7f80ce3b56e02 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Thu, 30 Dec 2021 14:18:18 +0100 Subject: [PATCH] Adjust some things. --- zsh/.config/zsh/.aliases.zsh | 10 +++++----- zsh/.config/zsh/.zshenv | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) 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