dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e38804dd1bbb431fd8598ab4abec8f89f3fef8eb
parent 1885b2730ebade19219fc7bb18b309c834fe1d04
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 26 Sep 2017 11:43:50 -0700

add trailing newline after transfer.sh url

Diffstat:
M.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -156,6 +156,7 @@ function transfer() { fi cat $tmpfile rm -f $tmpfile + echo "" }