top | item 45161270 (no title) spacebuffer | 5 months ago I don't think aliasing rm is a good idea because you might get used to rm=safe and cause a problem on an ssh server where this utility isn't installed discuss order hn newest Leftium|5 months ago Good point~I use fish shell abbreviations, now.`rm` expands into `trash` so I know it's been "aliased."I don't ssh into servers often, but hopefully I'd notice `rm` didn't expand.--On a similar note, I used to alias `cd` to zoxide. But now I just use the default `j` to avoid confusion with `cd` zdkaster|5 months ago For some rarely use server, this could be the case. However, any frequently used servers that will always be some base configuration via ansible, dotfiles etc. that can add the base alias to the shell.
Leftium|5 months ago Good point~I use fish shell abbreviations, now.`rm` expands into `trash` so I know it's been "aliased."I don't ssh into servers often, but hopefully I'd notice `rm` didn't expand.--On a similar note, I used to alias `cd` to zoxide. But now I just use the default `j` to avoid confusion with `cd`
zdkaster|5 months ago For some rarely use server, this could be the case. However, any frequently used servers that will always be some base configuration via ansible, dotfiles etc. that can add the base alias to the shell.
Leftium|5 months ago
I use fish shell abbreviations, now.
`rm` expands into `trash` so I know it's been "aliased."
I don't ssh into servers often, but hopefully I'd notice `rm` didn't expand.
--
On a similar note, I used to alias `cd` to zoxide. But now I just use the default `j` to avoid confusion with `cd`
zdkaster|5 months ago