aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: 654d91238e21c544d7f67108f2f7c5b23c748f51 (plain)
1
2
3
4
5
6
7
8
9
10
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'
alias ssh='env TERM=xterm-256color ssh'