restructuring
This commit is contained in:
12
.bashrc
12
.bashrc
@@ -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 #
|
||||
# ------- #
|
||||
|
Reference in New Issue
Block a user