.
This commit is contained in:
parent
16c7b23408
commit
12cf227133
12 changed files with 122 additions and 29 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export ENV="$HOME/.kshrc"
|
||||
export PATH="$HOME/.local/bin":"$PATH"
|
||||
export PATH="$HOME/.local/bin":"$PATH":"/usr/lib/jvm/default-jdk/bin":"$HOME/.cargo/bin"
|
||||
export MANPATH="/usr/local/man":"$MANPATH"
|
||||
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
|
||||
export XKB_DEFAULT_LAYOUT=de
|
||||
|
|
@ -16,6 +16,3 @@ if is_login; then
|
|||
echo 'Press return to start gui'
|
||||
read && exec startx
|
||||
fi
|
||||
# OPS config
|
||||
export OPS_DIR="$HOME/.ops"
|
||||
export PATH="$HOME/.ops/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue