more to be fix on niri
This commit is contained in:
@@ -45,8 +45,8 @@ alias grep="grep --color=auto"
|
||||
|
||||
# nvim
|
||||
if type -q nvim
|
||||
set -x EDITOR nvim
|
||||
set -x VISUAL nvim
|
||||
set -x -g EDITOR nvim
|
||||
set -x -g VISUAL nvim
|
||||
end
|
||||
|
||||
# others
|
||||
|
||||
@@ -6,6 +6,6 @@ fish_add_path $HOME/.scripts
|
||||
|
||||
# man
|
||||
if type -q bat
|
||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||
set -x MANROFFOPT -c
|
||||
set -x -g MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||
set -x -g MANROFFOPT -c
|
||||
end
|
||||
Reference in New Issue
Block a user