From f7116d268aff3fae88d8de408e8c807295618a5c Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 4 Apr 2023 15:43:40 +0200 Subject: restructure and improve config --- .config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 2051e42..2fddce3 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,7 @@ +if not status is-interactive + exit +end + # fish set -gx FISH_CFG $XDG_CONFIG_HOME/fish set -g fish_greeting @@ -18,6 +22,7 @@ set -gx BAT_THEME "ansi" set -gx PNPM_HOME "$HOME/.local/share/pnpm" set -gx GTK_USE_PORTAL 1 set -gx LITE_SCALE 1.3 +set -gx RANGER_LOAD_DEFAULT_RC "FALSE" # $PATH source $FISH_CFG/path.fish @@ -37,6 +42,7 @@ abbr -a projects cd ~/DesktopTemp/RealProjects abbr -a gc git commit -m abbr -a ga git add abbr -a gcl git clone +alias imgcat="wezterm imgcat" alias dots="git --git-dir=$HOME/.dots --work-tree=$HOME" alias sudo="doas" alias ls="ls --color=auto" -- cgit v1.2.3