Files
linux-config/aliases/.my_pc_aliases
Kevin Mok 8644894f35 Changed Terminator file to be hard link
Terminator file now actually contains the config lines rather than just
the path to the config.
2018-02-01 22:54:18 -05:00

8 lines
227 B
Plaintext

if [ "$(whoami)" == "kevin" ]; then
alias vbn="cvlc --loop ~/Downloads/brown-noise.mp3"
alias mt="ok ~/Documents/School/136/calc-textbook.pdf"
alias clc="gcalccmd"
alias 36t="ok ~/Documents/School/236/236-textbook.pdf"
fi