Adjust some things.
This commit is contained in:
parent
04f7bd7884
commit
662a6b3a37
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue