First commit
This commit is contained in:
commit
b99375976e
24 changed files with 855 additions and 0 deletions
11
private_dot_config/private_fish/config.fish
Normal file
11
private_dot_config/private_fish/config.fish
Normal file
|
@ -0,0 +1,11 @@
|
|||
set -gx EDITOR "nvim"
|
||||
|
||||
set -gx NNN_FCOLORS "070704020003030101060607"
|
||||
set -gx NNN_OPTS 'a'
|
||||
set -gx NNN_TRASH '1'
|
||||
set -gx NNN_PLUGx 'p:preview-tui'
|
||||
set -gx NNN_BMS "d:$HOME/Downloads;n:$HOME/Nextcloud;g:$HOME/git;m:/run/media/fern"
|
||||
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue