dotfiles/dotlib/darwin/iterm2.sh

8 lines
89 B
Bash

refresh() {
printf "\x1B[H\x1B[2J\x1B[3J"
}
linux-man() {
ssh -t scooter man "$@"
}