mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): cleaned up fish nix config
This commit is contained in:
parent
d450699d16
commit
c21c8e2807
8 changed files with 149 additions and 169 deletions
15
nix/home/common/fish/conf.d/interactiveShellInit.fish
Normal file
15
nix/home/common/fish/conf.d/interactiveShellInit.fish
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# vi cursor style
|
||||
fish_vi_key_bindings
|
||||
set fish_cursor_default block
|
||||
set fish_cursor_insert line
|
||||
set fish_cursor_replace_one underscore
|
||||
set fish_cursor_visual block
|
||||
|
||||
set -x EDITOR nvim # Default editor
|
||||
set -x GPG_TTY (tty) # Set TTY for GPG
|
||||
set -x fzf_preview_file_cmd 'delta' # fzf preview theme (bat)
|
||||
set -x LS_COLORS (vivid -m 24-bit generate one-light) # fd theme
|
||||
set fzf_fd_opts --hidden --exclude=.git # fzf-fish search hidden files
|
||||
set -x DELTA_FEATURES +side-by-side # delta
|
||||
set -x GOPATH ~/.go # gopath
|
||||
set -x ANSIBLE_CONFIG ~/.ansible.cfg # Ansible path
|
||||
Loading…
Add table
Add a link
Reference in a new issue