restructuring

This commit is contained in:
azpsen
2024-01-26 12:02:46 -06:00
parent f68f4e1a2b
commit 845b2abf1b
8 changed files with 18 additions and 205 deletions

12
.bashrc
View File

@@ -19,6 +19,8 @@ alias ncmpcpp='ncmpcpp -b ~/.config/ncmpcpp/bindings'
alias nv='nvim'
alias lv='lvim'
alias nnn='nnn -de'
alias lg='lazygit'
alias pf='pfetch'
@@ -30,6 +32,16 @@ alias pf='pfetch'
export VISUAL=nvim
export EDITOR="$VISUAL"
# nnn
export NNN_TRASH=1
export NNN_OPTS="H" # 'H' shows the hidden files. Same as option -H (so 'nnn -deH')
# export NNN_OPTS="deH" # if you prefer to have all the options at the same place
export LC_COLLATE="C" # hidden files on top
export NNN_FIFO="/tmp/nnn.fifo" # temporary buffer for the previews
export NNN_FCOLORS="AAAAE631BBBBCCCCDDDD9999" # feel free to change the colors
export NNN_PLUG='p:preview-tui' # many other plugins are available here: https://github.com/jarun/nnn/tree/master/plugins
export SPLIT='v' # to split Kitty vertically
# ------- #
# startup #
# ------- #