summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--bashrc2
-rwxr-xr-xbin/combine_ttyrecs (renamed from bin/nethack/combine_ttyrecs)0
-rwxr-xr-xbin/devnull (renamed from bin/nethack/devnull)0
-rwxr-xr-xbin/htmlwish (renamed from bin/nethack/htmlwish)0
-rw-r--r--bin/local/.gitignore3
-rw-r--r--bin/local/timettyrec.c (renamed from bin/nethack/timettyrec.c)0
-rwxr-xr-xbin/mark_asc (renamed from bin/nethack/mark_asc)0
-rwxr-xr-xbin/nhgrep (renamed from bin/nethack/nhgrep)0
-rwxr-xr-xbin/timettyrecs (renamed from bin/nethack/timettyrecs)0
-rwxr-xr-xbin/ttyslice (renamed from bin/nethack/ttyslice)0
-rwxr-xr-xbin/ttywish (renamed from bin/nethack/ttywish)0
-rw-r--r--zshrc2
14 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 46e8cba..4a718da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
/abook/addressbook*
-/bin/nethack/timettyrec
/fortune/*.dat
/gnupg
!/gnupg/gpg-agent.conf
diff --git a/Makefile b/Makefile
index 7d70bcb..3cc5416 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ INSTALL = agignore \
zsh
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
-BUILD = bin/nethack/timettyrec \
+BUILD = bin/local/timettyrec \
$(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*))) \
vim/bundle/vimproc/autoload/vimproc_linux64.so \
vim/spell/en.utf-8.add.spl \
diff --git a/bashrc b/bashrc
index 4e4a864..7534949 100644
--- a/bashrc
+++ b/bashrc
@@ -1,5 +1,5 @@
# environment {{{
-export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/nethack:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
+export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/local:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
[ -f "$HOME/.env" ] && source $HOME/.env
# }}}
# language environments {{{
diff --git a/bin/nethack/combine_ttyrecs b/bin/combine_ttyrecs
index 719cd37..719cd37 100755
--- a/bin/nethack/combine_ttyrecs
+++ b/bin/combine_ttyrecs
diff --git a/bin/nethack/devnull b/bin/devnull
index 11bbfbd..11bbfbd 100755
--- a/bin/nethack/devnull
+++ b/bin/devnull
diff --git a/bin/nethack/htmlwish b/bin/htmlwish
index e8eb662..e8eb662 100755
--- a/bin/nethack/htmlwish
+++ b/bin/htmlwish
diff --git a/bin/local/.gitignore b/bin/local/.gitignore
new file mode 100644
index 0000000..6208c16
--- /dev/null
+++ b/bin/local/.gitignore
@@ -0,0 +1,3 @@
+*
+!/.gitignore
+!/timettyrec.c
diff --git a/bin/nethack/timettyrec.c b/bin/local/timettyrec.c
index 77d97e3..77d97e3 100644
--- a/bin/nethack/timettyrec.c
+++ b/bin/local/timettyrec.c
diff --git a/bin/nethack/mark_asc b/bin/mark_asc
index b57a4bb..b57a4bb 100755
--- a/bin/nethack/mark_asc
+++ b/bin/mark_asc
diff --git a/bin/nethack/nhgrep b/bin/nhgrep
index bb353d9..bb353d9 100755
--- a/bin/nethack/nhgrep
+++ b/bin/nhgrep
diff --git a/bin/nethack/timettyrecs b/bin/timettyrecs
index bebf02a..bebf02a 100755
--- a/bin/nethack/timettyrecs
+++ b/bin/timettyrecs
diff --git a/bin/nethack/ttyslice b/bin/ttyslice
index 17d6f19..17d6f19 100755
--- a/bin/nethack/ttyslice
+++ b/bin/ttyslice
diff --git a/bin/nethack/ttywish b/bin/ttywish
index ddc244c..ddc244c 100755
--- a/bin/nethack/ttywish
+++ b/bin/ttywish
diff --git a/zshrc b/zshrc
index 15689bf..ad28b69 100644
--- a/zshrc
+++ b/zshrc
@@ -1,7 +1,7 @@
# environment {{{
# not using .zshenv, because it runs before /etc/profile, and /etc/profile
# tends to hard-set $PATH and such
-export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/nethack:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
+export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/local:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
[ -f "$HOME/.env" ] && source $HOME/.env
# }}}
# language environments {{{