Added snippets to help with math lectures

- snippets: Roman d, axes
- Vim: set fold to markers by default, jump to middle of line mapping
This commit is contained in:
2018-02-05 16:20:14 -05:00
parent 7adfcb7948
commit 9db2037c26
8 changed files with 46 additions and 20 deletions

View File

@@ -1,8 +1,10 @@
alias ll="ls -l"
alias 209="$cd_school/209"
alias 9r="$cd_school/209/mokkar"
alias l4="$cd_school/209/mokkar/lab4"
alias a1="$cd_school/209/mokkar/a1"
cd_209="d ~/Documents/School/209";
alias 209="$cd_209"
alias 9r="$cd_209/mokkar"
alias l5="$cd_209/mokkar/lab5"
alias a2="$cd_209/mokkar/a2"
# alias cdf="ssh -t mokkar@cdf.utoronto.ca '. ./.bashrc; bash -l'"
alias cdf="echo \". ./.bashrc\"&& ssh mokkar@cdf.utoronto.ca"
mkex() { chmod 700 $1 ; }