aliasrc & profile
This commit is contained in:
parent
8839ac5f31
commit
90886f9982
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
alias \
|
alias \
|
||||||
ls='ls -hN --group-directories-first --color=auto' \
|
ls='ls -hN --group-directories-first --color=auto' \
|
||||||
lsa='ls -lahN --group-directories-first --color=auto' \
|
lsa='ls -lAhN --group-directories-first --color=auto' \
|
||||||
dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \
|
dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \
|
||||||
lf="lfub" \
|
lf="lfub" \
|
||||||
nb="newsboat" \
|
nb="newsboat" \
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ export BROWSER="librewolf"
|
||||||
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
ecport XDG_STATE_HOME="$HOME/.local/state"
|
export XDG_STATE_HOME="$HOME/.local/state"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
||||||
export XAUTHORITY=/tmp/Xauthority # This causes other window managers to break, who cares anyways?
|
export XAUTHORITY=/tmp/Xauthority # This causes other window managers to break, who cares anyways?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue