about summary refs log tree commit diff stats
path: root/home-manager/config (follow)
Commit message (Collapse)AuthorAge
* Build(fupdate): Add generate_extensions to the inputs to avoid gcSoispha2023-05-20
|
* 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/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
|
* 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
|
* Fix(hm/conf/swaylock): Add a nice GNU imageSoispha2023-05-09
|
* Fix(hm/conf/lf/icons): Update to new nerdfonts v3Soispha2023-05-09
|
* Build(treewide): Update depsSoispha2023-05-09
|
* Feat(hm/conf/zsh): Enable command line editingSoispha2023-05-09
|
* Chore(treewide): UpdateSoispha2023-05-09
|
* Refactor(treewide): Use separate shell librarySoispha2023-05-09
|
* 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
|
* 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/yambar/laptop): Indent the battery sectionSoispha2023-05-09
|
* Fix(hm/conf/yambar): Use different config on laptopsSoispha2023-05-09
|
* Feat(hm/conf/firefox): Add libredirect addonSoispha2023-05-09
|
* Chore(treewide): UpdateSoispha2023-05-09
|
* Feat(hm/conf/git): Add global ignore for Session.vim filesSoispha2023-05-09
|
* Feat(hm/conf/firefox): Add video-pauser extensionSoispha2023-05-09
|
* Feat(hm/conf/firefox): Add my native host for video pausingSoispha2023-05-09
|
* Feat(hm/conf/direnv): EnableSoispha2023-05-09
|
* Fix(hm/conf/lf/cmds/archive): Rework scriptSoispha2023-05-09
|
* Fix(hm/conf/mail): Allow mbsync to create maildirsSoispha2023-05-09
|
* Fix(hm/conf/neomutt): Specify correct path to binarySoispha2023-05-09
|
* Fix(hm/conf/mbsync): Hide .mbsyncrc config fileSoispha2023-05-09
|
* Fix(hm/conf/neomutt): Only update imap, when starting neomuttSoispha2023-05-09
|
* Fix(hm/conf/mail): Enable mbsyncSoispha2023-05-09
|
* Feat(hm/conf/neomutt): Enable mail checkSoispha2023-05-09
|
* Fix(hm/conf/mail): Use correct smtp & imap domainsSoispha2023-05-09
|
* Feat(hm/conf/neomutt): Add fetch-mail bindSoispha2023-05-09
|