Fixed aliases to run and cleaned profile

This commit is contained in:
2017-12-27 04:02:57 -05:00
parent ee77d6051e
commit 3ae7365c56
2 changed files with 15 additions and 6 deletions

View File

@@ -92,12 +92,12 @@ alias jv="java -version"
# alias jf="export JAVA_HOME=/home/kevin/usr/jdk1.8.0_151 && export PATH=$JAVA_HOME/bin:$PATH"
# g(){ gvim $1 ; }
md() {
multimarkdown -f -o $1.html $1.md
if $in_lab; then
ff $1.html
fi
}
# md() {
# multimarkdown -f -o $1.html $1.md
# if $in_lab; then
# ff $1.html
# fi
# }
rs(){ redshift -O $(($1 * 1000)) ; }
alias rx="redshift -x"