mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-27 01:01:05 +00:00
vit functions
This commit is contained in:
parent
5fbbc85c73
commit
5bcea0acdb
1 changed files with 7 additions and 3 deletions
|
@ -46,7 +46,7 @@ if status is-interactive
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
## Replacements
|
## Replacements
|
||||||
function cd
|
function cd -w z
|
||||||
z $argv
|
z $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -84,7 +84,11 @@ if status is-interactive
|
||||||
ta $argv priority:H
|
ta $argv priority:H
|
||||||
end
|
end
|
||||||
|
|
||||||
function vitp
|
function v -w task
|
||||||
vit project:$argv[1]
|
vit $argv
|
||||||
|
end
|
||||||
|
|
||||||
|
function vp -w task
|
||||||
|
vit project:$argv[1] $argv[2..]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue