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

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