Updated nu-config to work with breaking changes introduced in 0.78

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-04-10 11:07:33 +02:00
parent 6f310e484e
commit e9d53f0b66
2 changed files with 14 additions and 2 deletions

View File

@@ -523,7 +523,7 @@ let-env config = {
}
def add_soft [project] { git remote add soft ssh://git.aya00:/$project }
def add_soft [project] { git remote add soft $"ssh://git.aya00:/($project)" }
alias ll = ls -la
alias la = ls -a
@@ -542,7 +542,7 @@ alias defaultres = xrandr --output HDMI1 --transform 1.00,0,0,0,1.00,0,0,0,1
alias latexmk = ^latexmk -f -pdf -interaction=nonstopmode
# git
alias gpa = git push soft --all
alias gpa = git push all --all
alias gras = add_soft
alias gd = git diff
alias gp = git push