diff options
Diffstat (limited to 'bin/a')
| -rwxr-xr-x | bin/a | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ +#!/bin/sh + +if pgrep -x acme >/dev/null; then + editinacme "$@" 2>/dev/null & + exit +fi + +PATH=$PATH:$HOME/bin/acme +PATH=$PATH:$HOME/bt/bin/acme/lsp +PAGER=nobs +GIT_PAGER=nobs +SHELL=rc-wrap + +# font_f=$HOME/plan9/font/fixed/unicode.10x20.font + +font_f=/mnt/font/GoMono/15a/font +font_v=/mnt/font/GoMedium/18a/font + +acme -a -f "$font_f" -F "$font_v" "$@" >/dev/null & + +while ! 9p ls acme >/dev/null 2>&1 +do + sleep 0.1 +done + +# pkill skhd +# skhd & +# acmefocused 2>/dev/null & + +autoacme tag 2>/dev/null & + +pkill acme-lsp +acme-lsp -hidediag 2>/dev/null &
\ No newline at end of file |
