dotfiles/fish/config.fish

17 lines
456 B
Fish
Raw Normal View History

2023-03-21 07:53:33 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
if test -e $HOME/Documents/coding/dotfiles/shell/alias/alias
. $HOME/Documents/coding/dotfiles/shell/alias/alias
end
2023-09-13 10:32:40 +01:00
if type -q eza
and test -e $HOME/Documents/coding/dotfiles/shell/alias/eza
. $HOME/Documents/coding/dotfiles/shell/alias/eza
2023-04-05 07:32:59 +01:00
end
2023-03-21 07:53:33 +00:00
starship init fish | source
2023-11-13 14:01:38 +00:00
pyenv init - | source
status --is-interactive; and source (pyenv virtualenv-init -|psub)