Added bash dotfiles from kanaya
This commit is contained in:
parent
acecc996e4
commit
ed68edf732
5 changed files with 154 additions and 1 deletions
26
.profile
Normal file
26
.profile
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SSH key agent started by systemd user
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock"
|
||||
|
||||
# GPG key stuff
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# Environment variables
|
||||
export TERMINAL=sakura
|
||||
export EDITOR=vim
|
||||
export BC_ENV_ARGS="-lq $HOME/.bcrc"
|
||||
|
||||
# PATH
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
#export PATH="/opt/mxe/usr/bin:$PATH"
|
||||
|
||||
# Android SDK stuff
|
||||
export ANDROID_HOME="/opt/Android_SDK"
|
||||
export NDK_ROOT="/opt/Android_SDK/ndk-bundle"
|
||||
export ANDROID_SDK_ROOT="/opt/Android_SDK"
|
||||
export ANT_ROOT="/usr/bin"
|
||||
|
||||
# Wine: do not change filetype associations
|
||||
export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue