mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
fish: less aggressive rm alias
This commit is contained in:
parent
628203ca92
commit
93e3a83633
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
shellAliases = lib.mkMerge [
|
shellAliases = lib.mkMerge [
|
||||||
{
|
{
|
||||||
rm = "rm -i"; # idiot protection
|
rm = "rm -I"; # idiot protection
|
||||||
tree = "tree -Cph";
|
tree = "tree -Cph";
|
||||||
restow = "cd ~/.dotfiles/ && stow -D . && stow -S . && prevd";
|
restow = "cd ~/.dotfiles/ && stow -D . && stow -S . && prevd";
|
||||||
nix-shell = "nix-shell --run fish";
|
nix-shell = "nix-shell --run fish";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue