mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: make ,, (nix run) better
This commit is contained in:
parent
31958d02af
commit
8d676a2ca1
2 changed files with 10 additions and 2 deletions
|
|
@ -50,8 +50,6 @@
|
|||
rm = "rm -I"; # idiot protection
|
||||
tree = "tree -Cph";
|
||||
restow = "cd ~/.dotfiles/ && stow -D . && stow -S . && prevd";
|
||||
nix-shell = "nix-shell --run fish";
|
||||
",," = "nix shell -c";
|
||||
}
|
||||
|
||||
(lib.mkIf pkgs.stdenv.isLinux {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue