run0?
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#fixes gnupg password entry
|
||||
export GPG_TTY=(${pkgs.coreutils}/bin/tty)
|
||||
|
||||
#pfetch on shell start
|
||||
#pfetch on shell start (disable pkgs because of execution time)
|
||||
PF_INFO="ascii title os host kernel uptime memory editor wm" ${pkgs.pfetch-rs}/bin/pfetch
|
||||
'';
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
cr = "${pkgs.cargo}/bin/cargo run";
|
||||
cb = "${pkgs.cargo}/bin/cargo build";
|
||||
|
||||
# I hate the red background
|
||||
run0 = "run0 --background=\"\"";
|
||||
|
||||
# from DistroTube's dot files: Changing "ls" to "eza"
|
||||
ls = "${eza_common} -al";
|
||||
la = "${eza_common} -a";
|
||||
|
||||
Reference in New Issue
Block a user