aboutsummaryrefslogtreecommitdiff
path: root/fish/.config/fish/config.fish
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-06-19 16:52:06 +0200
committerAdrian Kummerlaender2016-06-19 16:52:06 +0200
commit32e6b0368c9efeb05131cb07795bc0abf0cc3cd9 (patch)
tree1bbd7b57315eb4f19d3954b41f7d4e18476ad73e /fish/.config/fish/config.fish
parentcc6c4e01ffab77681d8fd6989580ce9c5c4957c3 (diff)
downloaddotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.tar
dotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.tar.gz
dotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.tar.bz2
dotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.tar.lz
dotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.tar.xz
dotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.tar.zst
dotfiles-32e6b0368c9efeb05131cb07795bc0abf0cc3cd9.zip
Add `virtualfish` to fish config, prompt
Diffstat (limited to 'fish/.config/fish/config.fish')
-rw-r--r--fish/.config/fish/config.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index f7fd5a4..c1d41a4 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -11,3 +11,4 @@ alias dict='sdcv'
alias mp3-dl='youtube-dl --extract-audio --audio-format mp3'
eval (dircolors -c ~/.dir_colors)
+eval (python -m virtualfish)