Sync files with terezi (adds 1 tmp file)
vim: map q: to :q
This commit is contained in:
parent
b525a4cc0d
commit
5c7f1a669f
4 changed files with 31 additions and 14 deletions
15
.profile
15
.profile
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SSH key agent started by systemd user
|
||||
# SSH key agent is started by systemd user
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock"
|
||||
|
||||
# GPG key stuff
|
||||
|
|
@ -12,14 +12,15 @@ export EDITOR=vim
|
|||
export BC_ENV_ARGS="-lq $HOME/.bcrc"
|
||||
|
||||
# PATH
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
#export PATH="/opt/mxe/usr/bin:$PATH"
|
||||
if [[ -d "$HOME/bin" ]]; then
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# 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"
|
||||
#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