Things
- `git-auto-commit-mode` for Emacs - different ZSH prompt for Emacs TRAMP mode - CI test
This commit is contained in:
parent
d99fd6a3e6
commit
0db5318ffe
3 changed files with 10 additions and 1 deletions
|
@ -60,6 +60,9 @@
|
|||
if pkgs.stdenv.hostPlatform.isDarwin
|
||||
then "if test -e /etc/static/bashrc; then source /etc/static/bashrc > /dev/null 2>&1; fi"
|
||||
else "";
|
||||
envExtra = ''
|
||||
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' # for Emacs TRAMP mode
|
||||
'';
|
||||
};
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue