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 090c4e30775782855751d2f4c8f10ab611340de9
parent 021c51eccd43909a25f136394215912fb5e24d47
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  3 Jun 2020 16:14:02 +0200

Fix function name

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -153,7 +153,7 @@ randomman() { } alias or='plumb "$(randomfile)"' -video-screenshot() { +video_screenshot() { ffmpeg -i "$1" -frames:v 1 "${1%.*}.jpg" }