aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: bf87ddfe1675fe8a0379c01f65f28bc3b9d698d2 (plain)
1
2
3
4
5
6
7
8
9
if status is-interactive
    # Commands to run in interactive sessions can go here
end

function fish_greeting
    echo "Greetings Professor Falken" | lolcat
end

alias open_file='fzf --preview "less {}" | xargs -o vim'