@[email protected] to [email protected]English • 3 days agobash trickssh.itjust.worksimagemessage-square36fedilinkarrow-up1410arrow-down14
arrow-up1406arrow-down1imagebash trickssh.itjust.works@[email protected] to [email protected]English • 3 days agomessage-square36fedilink
minus-square@zigguratlinkEnglish1•edit-23 days 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-square@[email protected]linkfedilinkEnglish1•3 days 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