Terminator file now actually contains the config lines rather than just the path to the config.
8 lines
227 B
Plaintext
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
|