mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: cc alias for wl-copy
This commit is contained in:
parent
f195a628cf
commit
c13911c865
2 changed files with 2 additions and 1 deletions
|
|
@ -9284,6 +9284,7 @@ Here we set some aliases (some of them should be shellApplications instead) as w
|
||||||
lt = "eza -las modified --total-size";
|
lt = "eza -las modified --total-size";
|
||||||
boot-diff = "nix store diff-closures /run/*-system";
|
boot-diff = "nix store diff-closures /run/*-system";
|
||||||
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
|
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
|
||||||
|
cc = "wl-copy";
|
||||||
}
|
}
|
||||||
config.swarselsystems.shellAliases;
|
config.swarselsystems.shellAliases;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
|
@ -11744,7 +11745,6 @@ I also define some keybinds to some combinations directly. Those are used mostly
|
||||||
"C-c C-<" 'mc/mark-all-like-this
|
"C-c C-<" 'mc/mark-all-like-this
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Directory setup / File structure
|
*** Directory setup / File structure
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
lt = "eza -las modified --total-size";
|
lt = "eza -las modified --total-size";
|
||||||
boot-diff = "nix store diff-closures /run/*-system";
|
boot-diff = "nix store diff-closures /run/*-system";
|
||||||
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
|
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
|
||||||
|
cc = "wl-copy";
|
||||||
}
|
}
|
||||||
config.swarselsystems.shellAliases;
|
config.swarselsystems.shellAliases;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue