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

15 lines
438 B
Fish

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