Generic shell details in [[]]
# Delete history
`delete history`
# As the default shell
https://fishshell.com/docs/current/#default-shell
# Deleting a directory symlink while leaving its contents alone
```shell
rm -f {directory WITHOUT trailing slash}
```