removes rip2 in favor of trash-cli
changes rm alias to trash-put removes unused gnome-extensions-cli and bauh pipx package
This commit is contained in:
parent
536b5f2e0b
commit
68856dd2b5
2
.bashrc
2
.bashrc
@ -18,7 +18,7 @@ alias la='l -a'
|
||||
alias cat='bat'
|
||||
alias du='dust'
|
||||
alias df='duf'
|
||||
alias rm="echo Use 'rip' instead of rm."
|
||||
alias rm="trash-put"
|
||||
|
||||
# Docker Aliases
|
||||
alias d='docker'
|
||||
|
@ -68,10 +68,7 @@ config:
|
||||
packages:
|
||||
# Supply a git_url and binary to install from source
|
||||
cargo:
|
||||
rip2:
|
||||
fd-find:
|
||||
|
||||
pipx:
|
||||
- gnome-extensions-cli
|
||||
- bauh
|
||||
- shyaml
|
||||
|
@ -2,5 +2,8 @@
|
||||
{
|
||||
imports = [ ./virtualization.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ yubikey-manager ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubikey-manager
|
||||
trash-cli
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user