From a62602747862be1bec16758fbaf3ce0acd4c6d5c Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 19 Jul 2022 22:16:16 +0200 Subject: [PATCH] Move lines --- .config/fish/config.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 938e1b9..9d1d5e8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,6 +19,9 @@ function podman-default-create -w podman end if status is-interactive + # Disable greeting + set -g fish_greeting + # Interactive environment variables set -x EDITOR /usr/bin/nvim @@ -32,9 +35,6 @@ if status is-interactive set -gx MCFLY_HISTORY_LIMIT 10000 mcfly init fish | source - # Disable greeting - set -g fish_greeting - # Abbreviations ## Replacements abbr -a -g rm trash