dot_testing/bash/bashrc

12 lines
186 B
Bash
Raw Normal View History

2022-02-05 22:58:21 -06:00
#!/bin/bash
# some housekeeping
set -o vi
shopt -s autocd
# ssh keeping tidy
alias ssh="ssh -F $HOME/.config/ssh/config"
2022-02-19 14:51:35 -06:00
# remind alias
alias remind="remind ~/git/calendar/reminders"