You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
248 B

alias ls='exa'
alias caldav='vdirsyncer sync && khal interactive && vdirsyncer sync && true'
set PATH $PATH ~/.local/bin
set TERM xterm-256color
function fish_greeting
status --is-login
if [ $status != 0 ]
neofetch --title_fqdn on
end
end