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 = { home.shellAliases = {
ls = "eza -l"; # ls = "eza -l";
la = "eza -la"; # la = "eza -la";
mpf = "mpv --profile=fast"; mpf = "mpv --profile=fast";
mps = "mpv --profile=slow"; mps = "mpv --profile=slow";
ec = "emacsclient -t"; ec = "emacsclient -t";
ecc = "emacsclient -c"; ecc = "emacsclient -c";
mkdir = "mkdir -pv"; # mkdir = "mkdir -pv";
nupd = "update-nix"; nupd = "update-nix";
nupg = "upgrade-nix"; nupg = "upgrade-nix";
suspend = "systemctl suspend"; suspend = "systemctl suspend";
sysuse = "systemctl --user"; sysuse = "systemctl --user";
myip = "curl icanhazip.com"; myip = "curl icanhazip.com";
nixs = "nix search nixpkgs"; 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 = { 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 # 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 case "$-" in
*i*) *i*)
source $(blesh-share)/ble.sh
ble-face auto_complete="fg=238"
eval "$(starship init bash)" eval "$(starship init bash)"
macchina;; macchina;;
esac esac

View file

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