added scripts dir
This commit is contained in:
7
.scripts/dev-tmux
Executable file
7
.scripts/dev-tmux
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
tmux new-session -d
|
||||
tmux split-window -h
|
||||
tmux split-window
|
||||
tmux new-window 'mutt'
|
||||
tmux -2 attach-session -d
|
||||
tmux select-pane -t 0
|
3
.scripts/zeptosay.zp
Normal file
3
.scripts/zeptosay.zp
Normal file
@@ -0,0 +1,3 @@
|
||||
(load "ascii.zp")
|
||||
(cowsay (string-substitute (string-substitute (fold (lambda (x y) (++ x y)) "" args) "\n" " ") " " " "))
|
||||
""
|
Reference in New Issue
Block a user