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