Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix(hm/conf/mpd): Remove hardcoded uid in host path | Soispha | 2023-06-27 |
| | |||
* | Fix(hm/conf/mpd): Set MPD_HOST variable for mpd clients | Soispha | 2023-06-27 |
| | |||
* | Fix(treewide): Update the shell library version | Soispha | 2023-05-29 |
| | |||
* | Style(hm/conf/zsh): Indent comment | Soispha | 2023-05-29 |
| | |||
* | Fix(hm/conf/zsh): Quote string | Soispha | 2023-05-29 |
| | |||
* | Fix(hm/conf/zsh): Also add a version for the shell library | Soispha | 2023-05-29 |
| | |||
* | Fix(hm/conf/zsh): Readd the default qemu address | Soispha | 2023-05-13 |
| | |||
* | Fix(hm/conf/zsh): Readd CARGO_HOME | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/conf/zsh): Remove unneeded session path | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/conf/zsh): Remove unneeded environment variables | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/conf/zsh): Remove unneeded aliases | Soispha | 2023-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 | ||
* | Refactor(treewide): Use separate shell library | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/conf/zsh): Use correct notation for hisea alias | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/conf/zsh): Remove GNUPGHOME as nixos sets this | Soispha | 2023-05-09 |
| | |||
* | Style(treewide): Format | Soispha | 2023-04-09 |
| | |||
* | Fix(hm/conf/zsh): Move the wine directory | ene | 2023-04-07 |
| | |||
* | Feat(hm/conf/zsh): Source shell-library in zsh shell | ene | 2023-04-04 |
| | |||
* | Fix(hm/conf/zsh): Turn history sharing of | ene | 2023-04-03 |
| | |||
* | Fix(hm/conf/zsh): Add history options | ene | 2023-04-03 |
| | |||
* | Feat(hm/conf/zsh): Add fzf hotkeys | ene | 2023-03-22 |
| | |||
* | Fix(hm/conf/zsh): Remove neofetch completely | ene | 2023-03-12 |
| | |||
* | Fix(hm/conf/zsh): Import prompt & cursor in .zshrc | ene | 2023-03-05 |
| | |||
* | Fix(hm/conf/zsh): Use the generated lesskey file | ene | 2023-03-05 |
| | |||
* | Fix(hm): Remove typos | ene | 2023-03-03 |
| | |||
* | Feat(hm): Add Wallpaper | ene | 2023-03-03 |
| | |||
* | Fix(zsh): Add to path, not replace it | ene | 2023-02-25 |
| | |||
* | Fix(zsh): Make deployment possible | ene | 2023-02-25 |
| | |||
* | Fix(zsh): Set better environment variables | ene | 2023-02-21 |
| | |||
* | Fix(zsh): Add reminder to (someday) import a plugin | ene | 2023-02-18 |
| | |||
* | Feat(home-manager): Move configs in their own directory | ene | 2023-02-17 |