From 1ae62f1f2f2aa269b536666fd204cf94762eb81a Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Thu, 12 Oct 2023 08:15:54 -0400 Subject: [PATCH] pull latest nu_scripts, update aliases --- nushell/aliases.nu | 6 +++--- nushell/nu_scripts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nushell/aliases.nu b/nushell/aliases.nu index 7e2aff5..aee1046 100644 --- a/nushell/aliases.nu +++ b/nushell/aliases.nu @@ -4,6 +4,6 @@ alias ac = and-cli alias gs = git submodule alias gsf = git submodule foreach alias gsu = git submodule update - -# podman v4.3.0 not quite ready -# alias docker = podman \ No newline at end of file +alias python = python3 +alias py = python3 +alias http = ^http diff --git a/nushell/nu_scripts b/nushell/nu_scripts index d459a7d..85da8c2 160000 --- a/nushell/nu_scripts +++ b/nushell/nu_scripts @@ -1 +1 @@ -Subproject commit d459a7de1d133ac3055a006dd8a4c8ac6d532610 +Subproject commit 85da8c2fb5967a7f575d8f63ebeb8d49d36fc139