config-files/.config/fish/config.fish

15 lines
378 B
Fish

# Exports
set --export EDITOR "vim"
set --export PF_INFO "ascii title os host kernel uptime pkgs memory wm shell editor palette"
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
if status is-interactive
# Commands to run in interactive sessions can go here
end
fish_add_path "$HOME/.local/bin"
source "$HOME/.config/fish/abbreviations.fish"
starship init fish | source