fixing nushell
This commit is contained in:
parent
04d3271ce8
commit
758ef2d9d2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue