Adjust some things.

This commit is contained in:
the_4n0nym0u53 2021-12-30 14:18:18 +01:00
parent 04f7bd7884
commit 662a6b3a37
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB
2 changed files with 9 additions and 5 deletions

View file

@ -2,12 +2,12 @@
alias btctl="bluetoothctl" alias btctl="bluetoothctl"
alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland" alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland"
alias cl="clear" alias cl="clear"
alias exa="exa -aFghl --git --icons" alias exa="exa -aFghl --color=always --git --icons"
alias l="lsd -hlA" alias l="lsd -hlA --color=always"
alias la="lsd -hl" alias la="lsd -hl --color=always"
alias ll="lsd -hlaF" alias ll="lsd -hlaF --color=always"
alias q="exit" 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" alias u="paru; echo; doas npm update -g"
# File management # File management

View file

@ -7,5 +7,9 @@ export LANG="en_DK.UTF-8"
export EDITOR="nvim" export EDITOR="nvim"
export PAGER="less" export PAGER="less"
# Settings
export LESS="-R"
export LESSHISTFILE="/dev/null"
# Secret variables # Secret variables
[[ -f $ZDOTDIR/.env ]] && source $ZDOTDIR/.env [[ -f $ZDOTDIR/.env ]] && source $ZDOTDIR/.env