From 97e0aaf7f7d2091f9cee400f3c5dc4748b0b3a4d Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Sun, 22 Oct 2017 12:20:22 -0400 Subject: [PATCH] Minor. --- dotfiles/.bash_aliases | 17 ++++++++++++++--- dotfiles/.bashrc | 4 ++++ dotfiles/.vimrc | 2 +- dotfiles/termConfig | 3 ++- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases index af52a37..150f880 100644 --- a/dotfiles/.bash_aliases +++ b/dotfiles/.bash_aliases @@ -8,9 +8,13 @@ alias s="systemctl suspend" # directories alias cdr="cd ~/../../" alias cdd="cd ~/Downloads" -alias 221="cd ~/Documents/School/221" -alias mt="okular ~/Documents/School/221/Textbook.pdf" -alias mlt="okular ~/Downloads/Textbook.pdf" +alias a2="cd ~/Documents/School/207/mokkar/a2" +alias a2n="a2 && vi notes.txt" +alias rcg="cd ~/Documents/coding/random-color-generator" + # 221 + alias 221="cd ~/Documents/School/221" + alias mt="okular ~/Documents/School/221/Textbook.pdf" + alias mlt="okular ~/Downloads/Textbook.pdf" # 258 (lab) alias p2="cd ~/258/258-labs-self/l5/p2" alias l5="cd ~/258/258-labs-self/l5" @@ -36,6 +40,13 @@ gc(){ git commit -m "$1" } +# idea +alias jh="echo $JAVA_HOME" +alias jv="java -version" +# alias idea=". ~/Desktop/idea.sh" +# alias idea=". ~/usr/idea-IC-172.4343.14/bin/idea.sh" +# alias jf="export JAVA_HOME=/home/kevin/usr/jdk1.8.0_151 && export PATH=$JAVA_HOME/bin:$PATH" + g(){ gvim $1 } diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index b384c21..1530104 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -180,3 +180,7 @@ export SHORT_USER=${USER:0:8} # Load Bash It source "$BASH_IT"/bash_it.sh +# export JAVA_HOME=/home/kevin/usr/java/jdk1.8.0_151/ +# export PATH=$JAVA_HOME/bin:$PATH +# export IDEA_VM_OPTION="/home/kevin/usr/idea-IC-172.4343.14/bin/idea64.vmoptions" +# source /etc/environment diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 21a4dcb..d07809c 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -27,7 +27,7 @@ colorscheme gotham256 map :wa map :wqa -map :qa +map :qa! map :PlugInstall " map o " map O diff --git a/dotfiles/termConfig b/dotfiles/termConfig index faabe0b..4b62efb 100644 --- a/dotfiles/termConfig +++ b/dotfiles/termConfig @@ -17,7 +17,8 @@ background_image = None copy_on_selection = True cursor_color = "#b9b9b9" - font = Noto Mono 11 + font = Noto Mono 10 foreground_color = "#0077ff" palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff" + scrollbar_position = hidden use_system_font = False