properly set up zoxide in nu
This commit is contained in:
parent
d18b4c7971
commit
ae5aa4b3b2
2 changed files with 4 additions and 13 deletions
|
@ -1,3 +1,5 @@
|
|||
source ~/.config/nushell/.zoxide.nu
|
||||
|
||||
def src [] {
|
||||
chezmoi apply; source $nu.env-path; source ~/.config/nushell/env.nu
|
||||
}
|
||||
|
@ -58,3 +60,4 @@ alias gb = git branch
|
|||
def gqp [] {
|
||||
git add --all; git commit; git push
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue