- alias files: - 209: Split from school because was getting too long. - my_pc: Stores common aliases between laptop and desktop. - Can now have different Terminator configurations for each computer. - egc alias: Loads commit message buffer into Vim with text width of 72 and syntax highlighting.
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
if [ "$(whoami)" == "kevin" ]; then
|
|
alias vbn="cvlc --loop ~/Downloads/brown-noise.mp3"
|
|
|
|
alias mt="ok ~/Documents/School/136/calc-textbook.pdf"
|
|
alias 36t="ok ~/Documents/School/236/236-textbook.pdf"
|
|
fi
|