about summary refs log tree commit diff
path: root/modules/shell
Commit message (Collapse)AuthorAge
...
* modules/programs/zsh: don't refer to <nixpkgs> in-treeedef2019-12-16
|
* modules/git: drop plist diffingAlyssa Ross2019-10-15
| | | | | | | | /usr/bin/plist only exists on macOS, and I don't often find myself diffing plists now I don't use it, so it's easier to drop this than try to get it working. Having this here on other operating systems means git log -G, for example, will fail when it hits a commit that modifies a plist.
* modules/users: only use zsh if module loadedAlyssa Ross2019-09-28
|
* modules/shell: install aspellAlyssa Ross2019-09-16
|
* modules/git: set push.default = upstreamAlyssa Ross2019-09-16
| | | | | | This means when I push my nixpkgs-master branch to nixpkgs, it actually goes to master, rather than creating a new nixpkgs-master branch.
* modules/shell: install execlineAlyssa Ross2019-08-13
|
* modules/shell: install htopAlyssa Ross2019-08-13
|
* 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.
* modules/lynx: fix encodingAlyssa Ross2019-05-17
|
* modules/kakoune: wrap mail at 72Alyssa Ross2019-05-17
|
* modules/shell: install file by defaultAlyssa Ross2019-05-17
|
* modules/lynx: initAlyssa Ross2019-04-13
|
* modules: use pkgs.substituteAll where applicableAlyssa Ross2019-03-15
| | | | | I misread the implmentation, and thought it only worked for derivations that produced directories, so hadn't been using it until now.
* modules/git: configure email sendingAlyssa Ross2019-03-15
|
* modules/git: sort configAlyssa Ross2019-03-15
|
* modules/git: add git-remote-hgAlyssa Ross2019-03-13
|
* modules/git: add mozlz4 textconvAlyssa Ross2019-03-13
|
* modules/git: add JSON textconvAlyssa Ross2019-03-13
|
* modules/git: remove user configAlyssa Ross2019-03-11
| | | | | This is unnecessary since they are set in the standard ways (EMAIL and GECOS).
* modules/kakoune: use current system executablesAlyssa Ross2019-02-25
| | | | | | | Nix store paths don't really make sense here, because I'd like nixos-rebuild to affect a running kakoune session. I removed some obsolete code, and switched from fzf-tmux to choose.
* 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.
* zsh: fix HISTFILEAlyssa Ross2019-02-07
|
* Add configAlyssa Ross2019-01-27