updated 'config-files'

This commit is contained in:
Luc Bijl 2023-04-20 13:34:13 +02:00
parent 817a0ab4d3
commit 5d89dc2885
7 changed files with 48 additions and 22 deletions

View file

@ -1,14 +1,3 @@
# .bash_profile
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export GDK_BACKEND=wayland
fi
mkdir -m 0700 -p /tmp/$(id -u)
export XDG_RUNTIME_DIR=/tmp/$(id -u)
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc

View file

@ -2,15 +2,23 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
PS1="[\u@\h \W]\$ "
TERM=xterm-256color
alias die="pkill -9 "
alias bye="doas poweroff "
alias rb="doas reboot "
alias d="doas "
alias ls="ls --color=auto"
alias l="ls -l "
alias ds="dirs -v "
alias pd="pushd "
alias pp="popd "
alias xbi="doas xbps-install "
alias xbr="doas xbps-remove "
alias xbq="xbps-query "
alias xbrc="doas xbps-reconfigure "
export XBPS_DISTDIR=$HOME/void-packages
export PATH=$HOME/packages/anaconda/bin:$PATH