Vi mode/new theme for bash

- New theme to try and fix cursor issue.
- Merge with lab lc.
This commit is contained in:
2018-01-25 13:57:54 -05:00
parent 810871dc5b
commit 2d74f915e7
4 changed files with 9 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ alias psy="$cdSchool/psy"
alias ll="ls -l"
alias 209="$cdSchool/209"
alias 9r="$cdSchool/209/mokkar"
alias l2="$cdSchool/209/mokkar/lab2"
alias l3="$cdSchool/209/mokkar/lab3"
alias a1="$cdSchool/209/mokkar/a1"
gcc9() {
gcc -Wall -std=gnu99 -g -o "${1%.*}.out" "$1"