Compare commits

..

No commits in common. "12a1815e28c574aee7d57f7d861f4d878b89088a" and "532a23788c0c79b8a18a6d2e0085b8c7fc784d9d" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View file

@ -22,11 +22,6 @@
run = "create --force";
desc = "I want, sometimes.";
}
{
on = "<Enter>";
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
desc = "Spawn shell here.";
}
];
};
};

View file

@ -6,7 +6,6 @@
function s() {
su - ''${1}
}
alias su="SHELL_NAME=su su"
# Run something as root. Runs command as a current user if su is not available.
# Usage: sudo <COMMAND>