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

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

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# .dotfiles
These are my personal dotfiles.
Main tools I am currently using are:
- i3-gaps
- nushell (although its not stable yet)
- (doom)emacs
- zellij
- alacritty

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