all repos — dotfiles @ 53626d8490c0fe8744565d01f35b1203fc2c6524

my *nix dotfiles

Some things new in bin
Anirudh Oppiliappan x@icyphox.sh
Thu, 29 Apr 2021 18:55:10 +0530
commit

53626d8490c0fe8744565d01f35b1203fc2c6524

parent

c17e7b07be8a85f9c58feaf7f6bd9aa220647c3e

2 files changed, 7 insertions(+), 3 deletions(-)

jump to
M config/fish/functions/m.fishconfig/fish/functions/m.fish

@@ -1,4 +1,9 @@

# Defined in - @ line 1 function m --wraps=nail --description 'alias m=nail' - nail $argv; + switch (uname) + case OpenBSD + nail $argv; + case Darwin + s-nail $argv; + end end
M home/bin/loghome/bin/log

@@ -2,7 +2,6 @@ #!/bin/sh

# life log date="$(date "+%Y-%m-%d %H:%M:%S")" -l="$(printf '' | xprompt "$date")" +l="$(cat)" [ "$l" = "" ] && exit printf '%s\t%s\n' "$date" "$l" >> ~/log -