aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/venvact.fish
blob: b099648db6d075b634286cd280b1503fc452b3ee (plain) (blame)
1
2
3
function venvact --wraps='. ./.venv/bin/activate' --description 'alias venvact=. ./.venv/bin/activate'
  . ./.venv/bin/activate.fish $argv; 
end