[Git-commits] [grml/grml-etc-core] d0c99e: zshrc: fix screen alias
Dmitri Vereshchagin
dmitri.vereshchagin at gmail.com
Tue Sep 29 00:08:41 CEST 2015
Branch: refs/heads/master
Home: https://github.com/grml/grml-etc-core
Commit: d0c99ea503ef53c6998b36da7dbe9f2c026a8aeb
https://github.com/grml/grml-etc-core/commit/d0c99ea503ef53c6998b36da7dbe9f2c026a8aeb
Author: Dmitri Vereshchagin <dmitri.vereshchagin at gmail.com>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M etc/zsh/zshrc
Log Message:
-----------
zshrc: fix screen alias
- Using `${commands[screen]}' which is expanded in double quotes makes
it impossible to use custom screen installation or wrapper. Use
`screen' instead.
- Screen reads configuration from $HOME/.screenrc by default so it is
redundant to set alias for this.
Commit: 21c8c5cf7e67b38bf42cdc19af6629fd6346d8f0
https://github.com/grml/grml-etc-core/commit/21c8c5cf7e67b38bf42cdc19af6629fd6346d8f0
Author: Dmitri Vereshchagin <dmitri.vereshchagin at gmail.com>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M doc/grmlzshrc.t2t
Log Message:
-----------
grmlzshrc.t2t: update docs on screen alias
Compare: https://github.com/grml/grml-etc-core/compare/64794a66198a...21c8c5cf7e67
More information about the Git-commits
mailing list