mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +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";
|
||||
boot-diff = "nix store diff-closures /run/*-system";
|
||||
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
|
||||
cc = "wl-copy";
|
||||
}
|
||||
config.swarselsystems.shellAliases;
|
||||
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
|
||||
)
|
||||
|
||||
|
||||
#+end_src
|
||||
*** Directory setup / File structure
|
||||
:PROPERTIES:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue