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

15 lines
438 B
Fish
Raw Normal View History

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"
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"
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"
2022-12-11 11:07:30 -05:00
starship init fish | source