about summary refs log tree commit diff stats
path: root/home-manager/config/zsh (follow)
Commit message (Collapse)AuthorAge
* Fix(hm/conf/mpd): Remove hardcoded uid in host pathSoispha2023-06-27
|
* Fix(hm/conf/mpd): Set MPD_HOST variable for mpd clientsSoispha2023-06-27
|
* Fix(treewide): Update the shell library versionSoispha2023-05-29
|
* Style(hm/conf/zsh): Indent commentSoispha2023-05-29
|
* Fix(hm/conf/zsh): Quote stringSoispha2023-05-29
|
* Fix(hm/conf/zsh): Also add a version for the shell librarySoispha2023-05-29
|
* Fix(hm/conf/zsh): Readd the default qemu addressSoispha2023-05-13
|
* Fix(hm/conf/zsh): Readd CARGO_HOMESoispha2023-05-09
|
* Fix(hm/conf/zsh): Remove unneeded session pathSoispha2023-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
* Feat(hm/conf/zsh): Enable command line editingSoispha2023-05-09
|
* Refactor(treewide): Use separate shell librarySoispha2023-05-09
|
* Fix(hm/conf/zsh): Use correct notation for hisea aliasSoispha2023-05-09
|
* Fix(hm/conf/zsh/prompt): Ignore some errorsSoispha2023-05-09
|
* Fix(hm/conf/zsh): Remove GNUPGHOME as nixos sets thisSoispha2023-05-09
|
* Style(treewide): FormatSoispha2023-04-09
|
* Fix(hm/conf/zsh): Move the wine directoryene2023-04-07
|
* Feat(hm/conf/zsh): Source shell-library in zsh shellene2023-04-04
|
* Fix(hm/conf/zsh): Turn history sharing ofene2023-04-03
|
* Fix(hm/conf/zsh): Add history optionsene2023-04-03
|
* Feat(hm/conf/zsh): Add fzf hotkeysene2023-03-22
|
* Fix(hm/conf/zsh): Remove neofetch completelyene2023-03-12
|
* Fix(hm/conf/zsh): Import prompt & cursor in .zshrcene2023-03-05
|
* Fix(hm/conf/zsh): Use the generated lesskey fileene2023-03-05
|
* Fix(hm): Remove typosene2023-03-03
|
* Feat(hm): Add Wallpaperene2023-03-03
|
* Fix(zsh): Add to path, not replace itene2023-02-25
|
* Fix(zsh): Make deployment possibleene2023-02-25
|
* Fix(zsh): Set better environment variablesene2023-02-21
|
* Fix(zsh): Add reminder to (someday) import a pluginene2023-02-18
|
* Feat(home-manager): Move configs in their own directoryene2023-02-17