mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 12:00:14 +00:00
more adjustments
This commit is contained in:
@ -35,9 +35,14 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.fish.shellAliases = {
|
||||
# Move files to XDG trash on the commandline
|
||||
trash = lib.mkDefault "${pkgs.trash-cli}/bin/trash-put";
|
||||
programs.fish = {
|
||||
shellAliases = {
|
||||
# Move files to XDG trash on the commandline
|
||||
trash = lib.mkDefault "${pkgs.trash-cli}/bin/trash-put";
|
||||
};
|
||||
shellAbbrs = {
|
||||
t = "trash";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ in
|
||||
pkgs.jo # JSON output
|
||||
pkgs.osc # Clipboard over SSH
|
||||
pkgs.qrencode # Generate qr codes
|
||||
# pkgs.ren # Rename files
|
||||
# pkgs.rep # Replace text in files
|
||||
pkgs.ren # Rename files
|
||||
pkgs.rep # Replace text in files
|
||||
pkgs.spacer # Output lines in terminal
|
||||
pkgs.tealdeer # Cheatsheets
|
||||
pkgs.vimv-rs # Batch rename files
|
||||
|
@ -58,6 +58,7 @@ in
|
||||
k9s.enable = lib.mkDefault true;
|
||||
kubectl.enable = lib.mkDefault true;
|
||||
ldapsearch.enable = lib.mkDefault true;
|
||||
obsidian.enable = lib.mkDefault true;
|
||||
ripgrep.enable = lib.mkDefault true;
|
||||
starship.enable = lib.mkDefault true;
|
||||
terraform.enable = lib.mkDefault true;
|
||||
|
Reference in New Issue
Block a user