From e9d53f0b662c41efacb68e75778c211c6660efb8 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Mon, 10 Apr 2023 11:07:33 +0200 Subject: [PATCH] Updated nu-config to work with breaking changes introduced in 0.78 Signed-off-by: TuDatTr --- README.md | 12 ++++++++++++ config/.config/nushell/config.nu | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..251c2d8 --- /dev/null +++ b/README.md @@ -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 + diff --git a/config/.config/nushell/config.nu b/config/.config/nushell/config.nu index cd63bae..141e3ba 100644 --- a/config/.config/nushell/config.nu +++ b/config/.config/nushell/config.nu @@ -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