From 758ef2d9d2e4f9634cd8df53c78b8e0669fe929b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 23 Apr 2025 09:24:42 -0500 Subject: [PATCH] fixing nushell --- home/home.nix | 10 ++++------ justfile | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/home/home.nix b/home/home.nix index afad79f..0bd3689 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1387,20 +1387,20 @@ in { }; home.shellAliases = { - ls = "eza -l"; - la = "eza -la"; + # ls = "eza -l"; + # la = "eza -la"; mpf = "mpv --profile=fast"; mps = "mpv --profile=slow"; ec = "emacsclient -t"; ecc = "emacsclient -c"; - mkdir = "mkdir -pv"; + # mkdir = "mkdir -pv"; nupd = "update-nix"; nupg = "upgrade-nix"; suspend = "systemctl suspend"; sysuse = "systemctl --user"; myip = "curl icanhazip.com"; nixs = "nix search nixpkgs"; - ytd = ''yt-dlp -o "~/vids/%(title)s.%(ext)s" $1''; + # ytd = ''yt-dlp -o "~/vids/%(title)s.%(ext)s" $1''; }; programs.alacritty = { @@ -1515,8 +1515,6 @@ in { # export ENV_EFI_CODE_SECURE=/run/libvirt/nix-ovmf/OVMF_CODE.fd ENV_EFI_VARS_SECURE=/run/libvirt/nix-ovmf/OVMF_VARS.fd case "$-" in *i*) - source $(blesh-share)/ble.sh - ble-face auto_complete="fg=238" eval "$(starship init bash)" macchina;; esac diff --git a/justfile b/justfile index e75fa3f..fc2137b 100644 --- a/justfile +++ b/justfile @@ -7,5 +7,4 @@ upgrade: update: update-nix -alias up := upgrad -e +alias up := upgrade