.
This commit is contained in:
commit
4603184052
87 changed files with 3677 additions and 0 deletions
16
files/.profile
Normal file
16
files/.profile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
. /etc/profile
|
||||
export ENV="$HOME/.shrc"
|
||||
export PATH="$HOME/.local/bin/":"$PATH"
|
||||
export LIBGL_ALWAYS_SOFTWARE=1
|
||||
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
|
||||
export XKB_DEFAULT_LAYOUT=de
|
||||
|
||||
exists() {
|
||||
which "$1" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
exists swc-launch && \
|
||||
exists velox && \
|
||||
shopt -q login_shell && \
|
||||
test "$(tty)" = '/dev/tty1' && \
|
||||
exec swc-launch velox
|
||||
Loading…
Add table
Add a link
Reference in a new issue