added wxcam to menu and JAVA_HOME
This commit is contained in:
parent
4a57689e62
commit
84207ef4ce
2 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ accessoriesmenu = {
|
||||||
{ "regexxer", "/usr/bin/regexxer", "/usr/share/icons/hicolor/48x48/apps/regexxer.png" },
|
{ "regexxer", "/usr/bin/regexxer", "/usr/share/icons/hicolor/48x48/apps/regexxer.png" },
|
||||||
{ "retext", "/usr/bin/retext", "/usr/share/icons/hicolor/48x48/apps/retext.png" },
|
{ "retext", "/usr/bin/retext", "/usr/share/icons/hicolor/48x48/apps/retext.png" },
|
||||||
{ "seahorse", "/usr/bin/seahorse", "/usr/share/icons/hicolor/48x48/apps/seahorse.png" },
|
{ "seahorse", "/usr/bin/seahorse", "/usr/share/icons/hicolor/48x48/apps/seahorse.png" },
|
||||||
|
{ "wxcam", "/usr/bin/wxcam", "/usr/share/icons/Adwaita/48x48/devices/camera-web.png" },
|
||||||
{ "xarchiver", "xarchiver", "/usr/share/icons/hicolor/48x48/apps/xarchiver.png" },
|
{ "xarchiver", "xarchiver", "/usr/share/icons/hicolor/48x48/apps/xarchiver.png" },
|
||||||
}
|
}
|
||||||
communicationmenu = {
|
communicationmenu = {
|
||||||
|
|
|
||||||
3
.zshrc
3
.zshrc
|
|
@ -1,6 +1,9 @@
|
||||||
# Extend my $PATH to $HOME/bin
|
# Extend my $PATH to $HOME/bin
|
||||||
export PATH=$HOME/bin:$HOME/.gem/ruby/2.5.0/bin:$PATH
|
export PATH=$HOME/bin:$HOME/.gem/ruby/2.5.0/bin:$PATH
|
||||||
|
|
||||||
|
# Java Stuff
|
||||||
|
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
|
||||||
|
|
||||||
# Android / Kivy Development Stuff
|
# Android / Kivy Development Stuff
|
||||||
export ANDROIDSDK="/opt/android-sdk"
|
export ANDROIDSDK="/opt/android-sdk"
|
||||||
export ANDROIDNDK="/opt/android-ndk"
|
export ANDROIDNDK="/opt/android-ndk"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue