diff options
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/config.fish | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fish/config.fish b/fish/config.fish deleted file mode 100644 index 654d91238..000000000 --- a/fish/config.fish +++ /dev/null @@ -1,10 +0,0 @@ -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' |
