mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Use python 3 for virtualfish
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set EDITOR vim
|
||||
|
||||
# Virtualenv support with virtualfish
|
||||
eval (python -m virtualfish compat_aliases)
|
||||
eval (python3 -m virtualfish compat_aliases)
|
||||
|
||||
# Theme options for bobthefish
|
||||
set -g theme_nerd_fonts yes
|
||||
|
||||
Reference in New Issue
Block a user