Updated nu-config to work with breaking changes introduced in 0.78
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>clean_emacs
parent
6f310e484e
commit
e9d53f0b66
|
@ -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
|
||||||
|
|
|
@ -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 ll = ls -la
|
||||||
alias la = ls -a
|
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
|
alias latexmk = ^latexmk -f -pdf -interaction=nonstopmode
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias gpa = git push soft --all
|
alias gpa = git push all --all
|
||||||
alias gras = add_soft
|
alias gras = add_soft
|
||||||
alias gd = git diff
|
alias gd = git diff
|
||||||
alias gp = git push
|
alias gp = git push
|
||||||
|
|
Loading…
Reference in New Issue