6 Commits

Author SHA1 Message Date
KronikPillow
334186c26a
this causes stupid problems
sudo su logs you in as the current user with sudo privileges, it prevents loading current user environment variables,
even when running su -l to login as root, it's not loading root user enviroment variables either because it's logging in as root under sudo privileges instead as root,
this relates to [question about su #334](https://github.com/LukeSmithxyz/LARBS/issues/334)

aliasing pacman to always prepend sudo to the command, causes the pacman -Qs libxft-bgra command from .config/shell/profile
to run a sudo login prompt right after logging in as the user on SSH, and even sometimes on the desktop itself.
try sourcing .config/shell/profile after your logged in, it will ask for your sudo password ..
2021-04-01 01:25:20 +02:00
KronikPillow
844f3e5b6c
fixed ref alias to correct path 2021-04-01 01:25:20 +02:00
Luke Smith
284b1078cb
minor tweaks, electrum and mbsync to ~/.config 2021-03-07 15:44:52 -05:00
Luke Smith
deecc42707
startx alias 2021-03-07 15:40:43 -05:00
Luke Smith
3249d6b100
clean up 2021-02-07 17:30:49 -05:00
Luke Smith
cba0fcc03d
old stuff removed
many files renamed, possible breakage
2020-11-16 18:06:41 -05:00