6 lines
145 B
Fish
6 lines
145 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
alias open_file='fzf --preview "less {}" | xargs -o vim'
|