zarkanian to Bash@lemmy.mlEnglish · 1 month agobash tricksimagemessage-square37fedilinkarrow-up1417arrow-down12
arrow-up1415arrow-down1imagebash trickszarkanian to Bash@lemmy.mlEnglish · 1 month agomessage-square37fedilink
minus-squareziggurat@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-21 month agoInteresting. What does the ^ do in this situation? And I just want to not respect an alias, so falls back to either builtin or path. In zsh or bash I can prefix the command with the word command, or a backslash (directly before the command)
minus-squareSubArcticTundra@lemmy.mllinkfedilinkEnglisharrow-up1·1 month agohttps://www.nushell.sh/book/escaping.html I don’t know whether unsetting an alias is possible though. https://www.nushell.sh/book/aliases.html#replacing-existing-commands-using-aliases
Interesting. What does the ^ do in this situation?
And I just want to not respect an alias, so falls back to either builtin or path.
In zsh or bash I can prefix the command with the word command, or a backslash (directly before the command)
https://www.nushell.sh/book/escaping.html
I don’t know whether unsetting an alias is possible though.
https://www.nushell.sh/book/aliases.html#replacing-existing-commands-using-aliases