Add extract function for fish

This commit is contained in:
Tim
2025-05-20 12:25:42 +02:00
parent 17363ff709
commit 2c7474a7d4
2 changed files with 29 additions and 1 deletions

View File

@ -13,6 +13,9 @@ set zap
set smarthome
set brackets ""')>]}"
set matchbrackets "(<[{)>]}"
# editor
set minibar
@ -25,7 +28,7 @@ set stateflags
set mouse
set backup
set historylog
#set historylog
set multibuffer
@ -42,3 +45,5 @@ set keycolor slate
set functioncolor lightblack
set minicolor bold,white,slate
set promptcolor bold,white,slate
include "/usr/share/nano/*.nanorc"