update fish config & init.lua

This commit is contained in:
qwjyh 2022-10-12 08:45:23 +09:00
parent 48f76c8991
commit 05147b5aea
2 changed files with 22 additions and 16 deletions

View file

@ -2,6 +2,8 @@
# bass source ~/.bashrc
if status is-interactive
end
# starship
starship init fish | source
@ -17,8 +19,11 @@ if status is-interactive
# opam
# source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
end
opam env --shell fish | source
# key bindings
bind \b backward-kill-word
# env
set -x LESS '-i -r -M -R -S -W -z-4 -x4'

View file

@ -1,3 +1,4 @@
--print("init.lua loaded")
-----------------------------------------------------------
-- basic configurations
vim.o.number = true