mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: run todo.txt on startup
This commit is contained in:
parent
612fc2af83
commit
bd504524a1
1 changed files with 6 additions and 2 deletions
|
|
@ -12,13 +12,17 @@ set -g PATH node_modules/.bin $PATH
|
||||||
set -g PATH .bin $PATH
|
set -g PATH .bin $PATH
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set fish_greeting
|
|
||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
mise activate fish | source
|
mise activate fish | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
|
|
||||||
|
function fish_greeting
|
||||||
|
if type -q todo.sh
|
||||||
|
todo.sh
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function fish_user_key_bindings
|
function fish_user_key_bindings
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
bind -M insert -m default jk backward-char force-repaint
|
bind -M insert -m default jk backward-char force-repaint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue