about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* chore(version): v1.4.0Soispha2023-05-18
|
* Build(flake): UpdateSoispha2023-05-18
|
* Fix(hm/pkgs/scr/con2pdf): Rewrite to update to nixSoispha2023-05-18
|
* chore(version): v1.3.0Soispha2023-05-17
|
* Build(flake): UpdateSoispha2023-05-17
|
* Fix(hm/conf/gpg): Use nixos to write the agent scriptSoispha2023-05-17
|
* Feat(hm/conf/gpg): Enforce key entry through nixos configSoispha2023-05-17
|
* Fix(system/services/printing): Remove useless driversSoispha2023-05-17
|
* Fix(system/services/printing): Only start cups as neededSoispha2023-05-17
|
* Docs(system/users): Remove unneeded commentSoispha2023-05-17
|
* Fix(sytem/services/printing): Make scanners workSoispha2023-05-17
|
* Fix(system/services/snapper): Use new option layoutSoispha2023-05-17
|
* Fix(system/boot): Remove deprecated version optionSoispha2023-05-17
|
* Fix(system): Truly disable all the NixOS default bloatSoispha2023-05-17
|
* chore(version): v1.2.0Soispha2023-05-16
|
* Docs(todo): UpdateSoispha2023-05-16
|
* Fix(hm/pkgs): Remove unused onesSoispha2023-05-16
|
* Fix(hm/conf/swaylock): Use correct mapping from path to stringSoispha2023-05-16
|
* Fix(system/network): Use correct names for group and userSoispha2023-05-14
|
* Fix(hosts/tiamat): Remove outdated network configSoispha2023-05-14
|
* Fix(system/network): Set networks for netdev devicesSoispha2023-05-14
|
* Build(flake): UpdateSoispha2023-05-14
|
* Feat(system/network): Add a tap device and bridgesSoispha2023-05-14
|
* Build(flake): Update depsSoispha2023-05-13
|
* chore(version): v1.1.1Soispha2023-05-13
|
* Fix(hm/conf/lf): Add missing elements in Path to /run dirSoispha2023-05-13
|
* chore(version): v1.1.0Soispha2023-05-13
|
* Feat(hm/conf/git): Add further aliasesSoispha2023-05-13
|
* Refactor(hm/conf/git): Remove useless variable assignmentSoispha2023-05-13
|
* Feat(hm/conf/git): Reword git commit templateSoispha2023-05-13
|
* Fix(hm/conf/zsh): Readd the default qemu addressSoispha2023-05-13
|
* Build(flake): UpdateSoispha2023-05-13
|
* Docs(notes/laptop): Add section about backlightSoispha2023-05-09
|
* Build(cog): AddSoispha2023-05-09
|
* Fix(hm/conf/grades): Remove useless statements in default.nixSoispha2023-05-09
|
* Fix(hm/conf/grades): Update config file to new versionSoispha2023-05-09
|
* Fix(hm/conf/zsh): Readd CARGO_HOMESoispha2023-05-09
|
* Fix(hm/conf/zsh): Remove unneeded session pathSoispha2023-05-09
|
* Fix(system/libvirt): Enable ovmf for qemuSoispha2023-05-09
|
* Build(gitignore): Remove useless ignoresSoispha2023-05-09
|
* Fix(system/libvirt): Comment useless optionsSoispha2023-05-09
|
* Fix(system): Import libvirt configSoispha2023-05-09
|
* Fix(hm/conf/zsh): Remove unneeded environment variablesSoispha2023-05-09
|
* Fix(hm/conf/zsh): Remove unneeded aliasesSoispha2023-05-09
| | | | | | | | | | | | | | | | | | | | | diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix index f9e5e4e..f066be7 100644 --- a/home-manager/config/zsh/default.nix +++ b/home-manager/config/zsh/default.nix @@ -75,13 +75,8 @@ + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh" + "source ${shell_library.rawLib.${system}}"; shellAliases = { - ls = "ls -a --color=auto"; ll = ". ll"; - pip = "pip --require-virtualenv"; hisea = "history 0 | grep"; - - mocp = "mocp -M ${config.xdg.configHome}/moc"; - yarn = "yarn --use-yarnrc ${config.xdg.configHome}/yarn/config"; }; sessionVariables = { # HISTSIZE = "9000000"; # This Should already be set by the shell
* Docs(todo): UpdateSoispha2023-05-09
|
* Fix(system/users): Add soispha to libvirtd groupSoispha2023-05-09
|
* Build(flake): UpdateSoispha2023-05-09
|
* Style(hm/conf/lf): FormatSoispha2023-05-09
|
* Build(flake): Move yambar binaries to codebergSoispha2023-05-09
|
* Fix(hm/conf/lf): Remove wired mapping, as it's not usedSoispha2023-05-09
|