🗑️ remove(fish): unused variables

This commit is contained in:
Sergio Laín 2024-08-08 14:33:30 +02:00
parent 6482fa25b9
commit 5d760b0f98
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -62,13 +62,6 @@ set -xg EDITOR nvim
set -xg VISUAL $EDITOR set -xg VISUAL $EDITOR
set -xg SUDO_EDITOR $EDITOR set -xg SUDO_EDITOR $EDITOR
# Zellij Runner
set -xg ZELLIJ_RUNNER_ROOT_DIR Repos
set -xg ZELLIJ_RUNNER_IGNORE_DIRS node_modules,target
set -xg ZELLIJ_RUNNER_MAX_DIRS_DEPTH 3
set -xg ZELLIJ_RUNNER_LAYOUTS_DIR .config/zellij/layouts
set -xg ZELLIJ_RUNNER_BANNERS_DIR .config/zellij/banners
# GPG/LANG # GPG/LANG
set -xg GPG_TTY (tty) set -xg GPG_TTY (tty)
@ -84,7 +77,6 @@ set -xg fzf_preview_dir_cmd eza --long --header --icons --all --color=always --g
set -xg fzf_fd_opts --hidden --color=always set -xg fzf_fd_opts --hidden --color=always
# Other # Other
set -x THEFUCK_OVERRIDDEN_ALIASES 'vi, yarn, eza, vim, neofetch, onefetch, cat, tty-clock, dua i'
set -xg LS_COLORS (vivid generate catppuccin-macchiato) set -xg LS_COLORS (vivid generate catppuccin-macchiato)
set -xg BAT_THEME Catppuccin-macchiato set -xg BAT_THEME Catppuccin-macchiato
set -xg STARSHIP_LOG error set -xg STARSHIP_LOG error