1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Disable greeting and activate vi mode in fish

This commit is contained in:
Mo8it 2022-03-22 18:05:20 +01:00
parent 885c28a5af
commit 120808b461

View file

@ -1,4 +1,14 @@
if status is-interactive
# Disable greeting
set -g fish_greeting
# Vi mode
fish_vi_key_bindings
set fish_cursor_default block blink
set fish_cursor_insert line blink
set fish_cursor_replace_one underscore blink
set fish_cursor_visual block blink
# Abbreviations
## Replacements
abbr -a -g cat bat
@ -30,7 +40,7 @@ if status is-interactive
## Scripts
abbr -a -g up "kitty --detach --start-as maximized --session ~/.config/kitty/up.session"
# Variables
# ENV variables
set -x EDITOR /usr/bin/nvim
set -x JULIA_NUM_THREADS 16