dotfiles/dotlib/darwin/iterm2.sh

8 lines
89 B
Bash
Raw Normal View History

2022-10-25 00:40:32 +00:00
refresh() {
printf "\x1B[H\x1B[2J\x1B[3J"
2022-10-21 21:33:53 +00:00
}
linux-man() {
ssh -t scooter man "$@"
}