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

15 lines
378 B
Fish
Raw Normal View History

2023-02-08 23:20:18 -05:00
# Exports
2023-02-08 11:16:16 -05:00
set --export EDITOR "vim"
set --export PF_INFO "ascii title os host kernel uptime pkgs memory wm shell editor palette"
2023-02-08 23:20:18 -05:00
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
2023-02-08 11:16:16 -05:00
2022-12-11 11:07:30 -05:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
2023-02-08 11:16:16 -05:00
fish_add_path "$HOME/.local/bin"
source "$HOME/.config/fish/abbreviations.fish"
2022-12-11 11:07:30 -05:00
starship init fish | source