mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update .profile
This commit is contained in:
parent
a40f317b8f
commit
8e73cb565d
4
.profile
4
.profile
@ -3,10 +3,6 @@
|
||||
# Adds `~/.local/bin` to $PATH
|
||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
|
||||
# Get default LARBS WM from ~/.local/share/larbs/wm
|
||||
export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" &&
|
||||
[ "$LARBSWM" = "dwm" ] || export LARBSWM="i3"
|
||||
|
||||
# Make tmux work
|
||||
export TERM="xterm-256color"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user