Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightMachinery committed Jul 9, 2020
1 parent 0a99661 commit c57bcb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion scripts/zsh/auto-load/others/luna.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ lunas() {
lunar avaricemany
}
avaricemany() {
redo avarice 25
setopt localtraps
trap "" INT
(redo avarice 25)
# 25 1:23.87 total
# each is about 3.5s

Expand Down
10 changes: 5 additions & 5 deletions scripts/zsh/auto-load/others/wrappers.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function exa() {
command exa "$@"
fi
}
function tsend() {
unfunction "$0"
pxify-auto
tsend "$@"
}
# function tsend() {
# unfunction "$0"
# pxify-auto
# tsend "$@"
# }

0 comments on commit c57bcb4

Please sign in to comment.