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 0f29ad1def89e665c5648fe6e972683ae332ae0e
parent 70601dd681b7202845e327322c69c7cf3f036289
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 20 Apr 2020 15:59:23 +0200

Add trailing newline to cclip -o

Diffstat:
M.local/bin/cclip | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/cclip b/.local/bin/cclip @@ -7,7 +7,7 @@ toclip() { fromclip() { upload -g "$f" - cat "$f" + printf '%s\n' "$(cat "$f")" rm -f "$f" }