about summary refs log tree commit diff stats
path: root/home-manager (follow)
Commit message (Collapse)AuthorAge
...
* Fix(hm/conf/gpg/agent): Reduce verbositySoispha2023-06-16
|
* Fix(hm/conf/swaylock): Switch to different wpSoispha2023-06-06
|
* Feat(hm/conf/firefox/bookmarks): Add nix lib and nixpkgs manSoispha2023-06-06
|
* 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/lf/keybinds): UpdateSoispha2023-05-29
|
* Feat(hm/conf/lf/cmds): Add a way to create temp scriptsSoispha2023-05-29
|
* Fix(hm/conf/zsh): Also add a version for the shell librarySoispha2023-05-29
|
* Fix(hm/pkgs/scrs/ll): Don't use the tempdir provided by libSoispha2023-05-28
|
* Fix(hm/pkgs/scrs): Rework some of themSoispha2023-05-28
|
* Docs(hm/wms/river/init): Add a hint to simplify scriptSoispha2023-05-28
|
* Fix(hm/conf/yambar/scripts): Quote scriptsSoispha2023-05-28
|
* Fix(hm/conf/lf/cmds): Rework some of themSoispha2023-05-28
|
* Fix(hm/conf/lf/cmds/mk_scr): Use the official shell library templateSoispha2023-05-28
|
* Fix(treewide): Update to new shell library versionSoispha2023-05-28
|
* Feat(hm/pkgs/scrs/update-sys): Add a way to specify to modeSoispha2023-05-28
|
* Fix(hm/conf/firefox/prefs): Readd the download dir settingSoispha2023-05-27
|
* Fix(hm/conf/firefox/prefs): Open new tabs next to the current oneSoispha2023-05-26
|
* Fix(hm/conf/firefox/prefs): Disable auto scrollSoispha2023-05-26
|
* Refactor(hm/conf/firefox/prefs): Add only the dynamic ones in nixSoispha2023-05-26
|
* Fix(hm/conf/firefox/bookmarks): Remove url garbage in DeepLSoispha2023-05-26
|
* Build(treewide): UpdateSoispha2023-05-26
|
* Fix(hm/conf/gpg/keys): Add soispha@vhack.euSoispha2023-05-20
|
* Fix(hm/conf/cups): Delete cups folder, as it's uselessSoispha2023-05-20
|
* Feat(hm/conf/gpg): Add gpg key of sils@sils.liSoispha2023-05-20
|
* Fix(hm/wms/river): Remove accel from the moonlander pointerSoispha2023-05-20
|
* Build(fupdate): Add generate_extensions to the inputs to avoid gcSoispha2023-05-20
|
* Fix(hm/pkgs/scr/con2pdf): Don't try batch mode when using the FlatbedSoispha2023-05-18
|
* Fix(hm/pkgs/scr/con2pdf): Add status outputSoispha2023-05-18
|
* Fix(hm/pkgs/scr/con2pdf): Remove useless awk callSoispha2023-05-18
|
* Fix(hm/pkgs/scr/con2pdf): Actually create output directorySoispha2023-05-18
|
* Fix(hm/pkgs/scr/con2pdf): TypoSoispha2023-05-18
|
* Fix(hm/pkgs/scr/con2pdf): Rewrite to update to nixSoispha2023-05-18
|
* 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(hm/pkgs): Remove unused onesSoispha2023-05-16
|
* Fix(hm/conf/swaylock): Use correct mapping from path to stringSoispha2023-05-16
|
* Fix(hm/conf/lf): Add missing elements in Path to /run dirSoispha2023-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
|
* 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(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
* Style(hm/conf/lf): FormatSoispha2023-05-09
|