about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* 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
|
* Fix(hm/conf/lf): Remap mk_link from kk to mkSoispha2023-05-09
|
* Fix(hm/conf/lf): Remove help function as `maps` existsSoispha2023-05-09
|
* Fix(hm/conf/lf/keymappings): Set mapping to real pathSoispha2023-05-09
|
* Refactor(hm/conf/lf): Separate keybindings and commandsSoispha2023-05-09
|
* Fix(hm/conf/git): Remove credential cacheSoispha2023-05-09
|
* Style(treewide): FormatSoispha2023-05-09
|
* Fix(hm/conf/swaylock): Add a nice GNU imageSoispha2023-05-09
|
* Fix(hm/conf/lf/icons): Update to new nerdfonts v3Soispha2023-05-09
|
* Fix(hm/wms/river): Use new output of river_init_lesserSoispha2023-05-09
|
* Fix(hm/pkgs/scrs/spodi): Rework to nixosSoispha2023-05-09
|
* Build(flake): UpdateSoispha2023-05-09
|
* Build(flake): Update depsSoispha2023-05-09
|
* Build(flake): Update depsSoispha2023-05-09
|
* Fix(hm/pkgs/scripts/update-sys): Use correct name in helpSoispha2023-05-09
|
* Build(treewide): Update depsSoispha2023-05-09
|
* Feat(flake/default): Add cocogitto to devShellSoispha2023-05-09
|
* Chore(flake): UpdateSoispha2023-05-09
|
* Fix(update): Rename to update.sh to work with flake-updateSoispha2023-05-09
|
* Chore(flake): UpdateSoispha2023-05-09
|
* Fix(hm/pkgs): Rename update to update-sys to avoid naming conflictSoispha2023-05-09
|
* Feat(hm/pkgs): Add flake_updateSoispha2023-05-09
|
* Feat(hm/conf/zsh): Enable command line editingSoispha2023-05-09
|
* Docs(todo): UpdateSoispha2023-05-09
|
* Chore(treewide): UpdateSoispha2023-05-09
|
* Refactor(treewide): Use separate shell librarySoispha2023-05-09
|
* Docs(todo): UpdateSoispha2023-05-09
|
* Fix(hosts/marduk): Pin kernel versionSoispha2023-05-09
| | | | Zfs needs some time, until it supports the newest kernels.
* Chore(treewide): UpdateSoispha2023-05-09
|
* Refactor(hm/conf/firefox): For a cleaner default.nixSoispha2023-05-09
|
* Fix(hm/conf/keepassxc): Rework config fileSoispha2023-05-09
|
* Chore(flake): UpdateSoispha2023-05-09
|
* Chore(flake): UpdateSoispha2023-05-09
|
* Fix(secrets): Rekey secrets filesSoispha2023-05-09
|
* Chore(flake): UpdateSoispha2023-05-09
|
* Docs(notes): InitSoispha2023-05-09
|
* Fix(hm/conf/zsh): Use correct notation for hisea aliasSoispha2023-05-09
|
* Fix(hm/conf/zsh/prompt): Ignore some errorsSoispha2023-05-09
|
* Style(treewide): FormatSoispha2023-05-09
|
* Fix(flake): Add yamllint to devShellSoispha2023-05-09
|
* Fix(hm/conf/yambar/laptop): Indent the battery sectionSoispha2023-05-09
|