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