1
0
Fork 0
mirror of https://codeberg.org/Mo8it/server_dotfiles.git synced 2024-09-19 19:01:16 +00:00

Move lines

This commit is contained in:
Mo 2022-07-19 22:16:16 +02:00
parent d7538473c8
commit a626027478

View file

@ -19,6 +19,9 @@ function podman-default-create -w podman
end end
if status is-interactive if status is-interactive
# Disable greeting
set -g fish_greeting
# Interactive environment variables # Interactive environment variables
set -x EDITOR /usr/bin/nvim set -x EDITOR /usr/bin/nvim
@ -32,9 +35,6 @@ if status is-interactive
set -gx MCFLY_HISTORY_LIMIT 10000 set -gx MCFLY_HISTORY_LIMIT 10000
mcfly init fish | source mcfly init fish | source
# Disable greeting
set -g fish_greeting
# Abbreviations # Abbreviations
## Replacements ## Replacements
abbr -a -g rm trash abbr -a -g rm trash