This commit is contained in:
Never Gude 2026-01-15 01:58:32 +01:00
parent b0b4067a00
commit 449438fbcb
9 changed files with 35 additions and 60 deletions

View file

@ -5,6 +5,7 @@ end
abbr --add ll ll -a
abbr --add adl album-dl.fish
abbr --add vv nvim
abbr --add tr gio trash
function mvi
mpv --config-dir=$HOME/.config/mvi/ $argv

View file

@ -13,8 +13,8 @@ function fish_mode_prompt --description 'Displays the current mode'
set_color --bold --reverse brblue
echo ' I '
case replace
set_color --bold --reverse brblue
echo ' I '
set_color --bold --reverse brred
echo ' R '
case visual
set_color --bold --reverse brgreen
echo ' V '