fixing nushell

This commit is contained in:
Chris Cochrun 2025-04-23 09:24:42 -05:00
parent 04d3271ce8
commit 758ef2d9d2
2 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -7,5 +7,4 @@ upgrade:
update:
update-nix
alias up := upgrad
e
alias up := upgrade