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

Add mcfly

This commit is contained in:
Mo 2022-06-14 17:45:37 +02:00
parent ca21931d02
commit 61cc09e575

View file

@ -1,4 +1,22 @@
if status is-interactive if status is-interactive
# ENV variables
set -x EDITOR /usr/bin/nvim
set -x JULIA_NUM_THREADS 16
# Setup
## Zoxide
zoxide init fish | source
## Starship
starship init fish | source
## McFly
set -gx MCFLY_KEY_SCHEME vim
set -gx MCFLY_FUZZY 2
set -gx MCFLY_RESULTS 40
set -gx MCFLY_INTERFACE_VIEW BOTTOM
set -gx MCFLY_RESULTS_SORT LAST_RUN
set -gx MCFLY_HISTORY_LIMIT 10000
mcfly init fish | source
# Disable greeting # Disable greeting
set -g fish_greeting set -g fish_greeting
@ -33,17 +51,6 @@ if status is-interactive
set -l asciidoctor_image docker.io/asciidoctor/docker-asciidoctor:latest set -l asciidoctor_image docker.io/asciidoctor/docker-asciidoctor:latest
abbr -a -g adoc "podman pull $asciidoctor_image; podman run -it --rm -v (pwd):/documents/:Z $asciidoctor_image" abbr -a -g adoc "podman pull $asciidoctor_image; podman run -it --rm -v (pwd):/documents/:Z $asciidoctor_image"
# ENV variables
set -x EDITOR /usr/bin/nvim
set -x JULIA_NUM_THREADS 16
# Setup
## Zoxide
zoxide init fish | source
## starship
starship init fish | source
# Functions # Functions
## Replacements ## Replacements
function cd -w z function cd -w z