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
|
||||
## Replacements
|
||||
function cd
|
||||
function cd -w z
|
||||
z $argv
|
||||
end
|
||||
|
||||
|
@ -84,7 +84,11 @@ if status is-interactive
|
|||
ta $argv priority:H
|
||||
end
|
||||
|
||||
function vitp
|
||||
vit project:$argv[1]
|
||||
function v -w task
|
||||
vit $argv
|
||||
end
|
||||
|
||||
function vp -w task
|
||||
vit project:$argv[1] $argv[2..]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue