aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/zsh/default.nix (unfollow)
Commit message (Collapse)Author
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
2024-08-21feat(home/zsh): Setup alias for `lm`Benedikt Peetz
2024-05-23refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2024-05-12refactor(hm/conf/zsh): Remove old zsh-prompt fileBenedikt Peetz
2024-05-12feat(hm/conf/gpg): Use my gpg key as an ssh keyBenedikt Peetz
2024-05-09refactor(hm/conf/zsh): Move xdg vars under the xdg directoryBenedikt Peetz
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23refactor(treewide): Update to new modules names (and simplify some code)Soispha
2024-02-28fix(hm/conf/zsh): Add a newline to the shell library importSoispha
2024-02-28feat(hm): Add nix-index and associated command_not_found_handlerSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13fix(hm): Move the session variables to their associated serviceSoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2024-01-01build(treewide): UpdateSoispha
2023-12-29fix(hm/conf/zsh): Remove my prompt implementationSoispha
2023-12-28build(treewide): Update shell librarySoispha
2023-12-28fix(hm/conf/zsh/sessionVariables): Add river specific variablesSoispha
2023-12-19chore(treewide): Update shell librarySoispha
2023-12-12chore(treewide): Update shell library version numberSoispha
2023-11-25build(treewide): Update shell librarySoispha
2023-11-25chore(treewide): Update shell librarySoispha
2023-10-25build(flake): Update (+ shell_library)Soispha
2023-10-25build(treewide): Update (+ shell_library)Soispha
2023-10-25build(treewide): Update (+ shell-library)Soispha
2023-10-20build(treewide): Update (shell library)Soispha
2023-09-16feat(hm/conf/zsh/insults): InitSoispha
2023-09-16fix(treewide): Update shell librarySoispha
2023-09-05Fix(hm/conf/zsh): Ensure that the sourced shell library also gets updatedSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-04Refactor(hm/conf/zsh): Use new syntaxHighlight optionSoispha
2023-06-27Fix(hm/conf/mpd): Remove hardcoded uid in host pathSoispha
2023-06-27Fix(hm/conf/mpd): Set MPD_HOST variable for mpd clientsSoispha
2023-05-29Fix(treewide): Update the shell library versionSoispha
2023-05-29Style(hm/conf/zsh): Indent commentSoispha
2023-05-29Fix(hm/conf/zsh): Quote stringSoispha
2023-05-29Fix(hm/conf/zsh): Also add a version for the shell librarySoispha
2023-05-13Fix(hm/conf/zsh): Readd the default qemu addressSoispha
2023-05-09Fix(hm/conf/zsh): Readd CARGO_HOMESoispha
2023-05-09Fix(hm/conf/zsh): Remove unneeded session pathSoispha
2023-05-09Fix(hm/conf/zsh): Remove unneeded environment variablesSoispha
2023-05-09Fix(hm/conf/zsh): Remove unneeded aliasesSoispha
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