12 lines
274 B
Fish
12 lines
274 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
function fish_greeting
|
|
end
|
|
|
|
source /etc/alias
|
|
source $HOME/.alias
|
|
|
|
set fish_function_path $fish_function_path $HOME/.config/fish/plugin-foreign-env/functions
|
|
fenv source $HOME/.profile
|