cswimr/home
Archived
Template
1
0
Fork 0

Compare commits

..

No commits in common. "eeb2b6170ff4d46364cb5c9b27cdcc885ea23c32" and "89f366ae87a2e944ddb10e2ce52b18743353b4f2" have entirely different histories.

2 changed files with 2 additions and 15 deletions

View file

@ -30,15 +30,6 @@ if (( $+commands[yay] )); then
alias pacstats="yaystats" alias pacstats="yaystats"
fi fi
if (( $+commands[bat] )); then
alias cat="bat"
fi
if (( $+commands[eza] )); then
alias ls="eza --icons"
alias l="eza -lh --icons"
fi
if (( $+commands[lazygit] )); then if (( $+commands[lazygit] )); then
alias lg="lazygit" alias lg="lazygit"
fi fi

8
.zshrc
View file

@ -108,17 +108,13 @@ source $ZSH/oh-my-zsh.sh
# User configuration # User configuration
if (( $+commands[src-hilite-lesspipe.sh] )); then
export PAGER="less"
export LESSOPEN="| src-hilite-lesspipe.sh %s"
export LESS=' -R '
fi
# export MANPATH="/usr/local/man:$MANPATH" # export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment # You may need to manually set your language environment
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
# n³ settings # n³ settings
export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$" export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$"
export NNN_PLUG='l:!lazygit*;d:!lazydocker*' export NNN_PLUG='l:!lazygit*;d:!lazydocker*'