mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
fish/config.fish: set EDITOR variable.
This commit is contained in:
parent
02a129acb3
commit
5d4bb95508
2 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ end
|
||||||
fish_add_path $HOME/bin
|
fish_add_path $HOME/bin
|
||||||
fish_add_path $HOME/.local/bin
|
fish_add_path $HOME/.local/bin
|
||||||
|
|
||||||
|
set -x EDITOR /usr/local/bin/nvim
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
set fish_color_user normal
|
set fish_color_user normal
|
||||||
set fish_color_host blue
|
set fish_color_host blue
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,11 @@ return {
|
||||||
separator = "│",
|
separator = "│",
|
||||||
edit = "",
|
edit = "",
|
||||||
buffer = "",
|
buffer = "",
|
||||||
|
whitespace = {
|
||||||
|
tab = "»",
|
||||||
|
space = "·",
|
||||||
|
eol = ""
|
||||||
|
},
|
||||||
fold = {
|
fold = {
|
||||||
open = "",
|
open = "",
|
||||||
close = "",
|
close = "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue