about summary refs log tree commit diff
path: root/modules/shell/zsh
Commit message (Collapse)AuthorAge
* modules/home: removeAlyssa Ross2021-01-13
| | | | | | | | | | I think when I implemented this I didn't know about tmpfiles.d(5). Now I do, so let's use that instead. I don't think the imperativeNix option is necessary any more since the home directory is created read-only, but if it turns out that .nix-defexpr and .nix-profile are coming back, I can look into the best way to solve that then.
* modules/zsh: include hostname in title when in sshAlyssa Ross2020-12-22
|
* modules/zsh: configure direnvAlyssa Ross2020-09-29
|
* modules/zsh: disable share_historyAlyssa Ross2020-09-29
| | | | | I find it useful to be able to look through the history of a shell to remind myself what I was using that shell for.
* modules/zsh: mark variable localAlyssa Ross2020-08-17
| | | | | There's no reason for this to be global. Outside of this function it's the same as $? anyway.
* modules/zsh: remove unused variableAlyssa Ross2020-08-17
|
* modules/zsh: don't alias ls to pathAlyssa Ross2020-08-17
| | | | | | | | | | I'm not sure why it was like this, but I think it's very surprising that only ls would bypass PATH. It also made the terminal title look ugly. I suspect that what happened here is that I wrote this a long time ago when I didn't understand aliases and was worried about making it recursive?
* modules/zsh: fix Nix string escapeAlyssa Ross2020-08-17
| | | | This previously output both <$>s. I'm not sure why that even worked.
* modules/zsh: fix optionsAlyssa Ross2020-08-17
| | | | | Both the setopts and unsetopts weren't being generated correctly, but now they are.
* modules/zsh: set terminal title to current commandAlyssa Ross2020-08-17
|
* modules/xdg: keep per-user options under the users hierarchyedef2019-12-16
|
* modules/programs/zsh: don't refer to <nixpkgs> in-treeedef2019-12-16
|
* modules/users: only use zsh if module loadedAlyssa Ross2019-09-28
|
* modules/zsh: return carriage before printing exitAlyssa Ross2019-06-01
|
* modules/zsh: prompt: change "[2 jobs]" to "&2"Alyssa Ross2019-05-17
|
* modules/zsh: don't repeat exit before every promptAlyssa Ross2019-05-17
|
* modules/zsh: load more than 30 history entriesAlyssa Ross2019-05-17
| | | | History entries were being saved, but not loaded into new shells.
* modules/zsh: zsh-nix-shell -> any-nix-shellAlyssa Ross2019-05-17
| | | | | zsh-nix-shell package was never upstreamed, so delete. No point upstreaming now.
* config: give up on this experimentAlyssa Ross2019-02-10
This ended up being way more trouble than it was worth, and the approach just flat out didn't work for stuff like OpenSSH.