1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
This commit is contained in:
Mo 2022-08-16 17:45:58 +02:00
parent aaf2bc5a01
commit 57e0c6148f

View file

@ -13,7 +13,6 @@ if status is-interactive
starship init fish | source
## McFly
set -gx MCFLY_KEY_SCHEME vim
set -gx MCFLY_FUZZY 1
set -gx MCFLY_RESULTS 25
set -gx MCFLY_INTERFACE_VIEW BOTTOM
set -gx MCFLY_RESULTS_SORT LAST_RUN
@ -73,6 +72,10 @@ if status is-interactive
lazygit $argv
end
function zola
flatpak run org.getzola.zola $argv
end
## Taskwarrior
function ta -w task -d "Add no priority task"
task add project:$argv[1] $argv[2..]