add some cli tools
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
goto = "cd $(find ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)";
|
||||
dev = "nix-shell --run zsh";
|
||||
rm = "trashy put";
|
||||
cat = "bat -P --style plain";
|
||||
cdf = "cd $(find . -type d | fzf)";
|
||||
};
|
||||
#plugins = with pkgs; [
|
||||
# {
|
||||
|
||||
Reference in New Issue
Block a user