diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-15 13:55:06 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-15 13:55:06 +0200 |
commit | 13cb1ec01d474a550d81bd7de8abf88584a89c50 (patch) | |
tree | 248a7240b57e003d0b811f56db403c029744cea2 | |
parent | 66eac40675f320d859291fac6b4944a095c8d7d2 (diff) |
Minor cleanup
-rw-r--r-- | .zshenv | 7 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 0 insertions, 9 deletions
@@ -6,12 +6,5 @@ export ALSA_CARD="PCH" # Make Eclipse use GTK3 export SWT_GTK3=0 -export ONOS_ROOT="$HOME/uni/eth/dsl/onos" -export ONOS_WEB_USER="karaf" -export ONOS_WEB_PASS="karaf" - # Intellij fix export _JAVA_AWT_WM_NONREPARENTING=1 - -# Pushbullet API key -export PB_API=o.KGx0wKYLZ3YM0WACH1paqIvOH76dwepY @@ -53,5 +53,3 @@ man() { man "$@" } -#export PATH="$PATH:$HOME/bin" - |