From aa216e39561fb70b8624f707bbcc79684275a829 Mon Sep 17 00:00:00 2001 From: joygnu Date: Tue, 23 Jul 2024 18:25:16 +0200 Subject: [PATCH] nix on droid --- .config/zsh/history | 16 ++++++++++++++++ home/zsh/default.nix | 7 +------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.config/zsh/history b/.config/zsh/history index b7d5791..4686320 100644 --- a/.config/zsh/history +++ b/.config/zsh/history @@ -16,3 +16,19 @@ rb : 1721746968:0;rm -fr .git : 1721746973:0;git init : 1721746979:0;git add . +: 1721746995:0;git commit -m "nix on droid" +: 1721747287:0;git remote add main https://1fc2ec9e22889453afef2e095ab1ad91b863ffce@git.joygnu.org/joygnu/nix-on-droid.git +: 1721747297:0;pu +: 1721747337:0;git push main main +: 1721747350:0;git remote remove main +: 1721747378:0;git remote add origin https://1fc2ec9e22889453afef2e095ab1ad91b863ffce@git.joygnu.org/joygnu/nix-on-droid.git +: 1721747386:0;git push origin +: 1721747410:0;git push --set-upstream origin main +: 1721747480:0;v home/zsh +: 1721747541:0;rb +: 1721747562:0;zsh +: 1721747650:0;v home/zsh +: 1721747679:0;rb +: 1721747702:0;cd .. +: 1721751900:0;git add +: 1721751903:0;git add . diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 275aad0..0dcfc43 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -11,10 +11,6 @@ shellAliases = { v = "hx"; - cat = "bat"; - ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first"; - pu = "bash ~/nix/home/zsh/push.sh"; - fr = "sudo systemctl reboot --firmware"; ser = "ssh root@joygnu.org"; rb = "nix-on-droid switch --flake ~/.config/nix-on-droid"; }; @@ -25,8 +21,7 @@ oh-my-zsh = { enable = true; plugins = [ - "history-substring-search" - "git" +# "history-substring-search" ]; };