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 ..
find is slow, instead use zsh globbing to add '~/.local/bin' to $PPATH
as it achieves the same effect but runs faster, plus the substitution
that was used in the previous command is actually a bad substitution
programs launched after xrdb may look for resources before it has finished loading them.
this also solves the Xresources/pywal resources not being loaded to dwm on login.
upon fresh install .config/abook and .config/mpd/playlists and .cache/zsh is not created
because of it abook can't create a addressbook and returns a error when launched,
while ncmpcpp can't add songs to playlists as the folder doesn't exist,
and zsh doesn't create history because the folder doesn't exist
solved by adding a .gitignore in those folders and telling git to ignore all files in the folder except .gitignore
* additionally extract from xml files
Before this, rssadd only accepted a URL as argument. Now, if given
an xml file, it will parse it and extract the proper url. This lets it
be used in conjunction with firefox for quickly adding RSS feeds (as
firefox would give it the file rather than its origin URL). This works
on a majority of RSS feeds, but fails on some that miss the proper link
tags. The original behaviour is still mantained alongside the new.
* remove surplus `exit`
* more performant grepping
* Handle color control sequences
Is: `less` outputs the raw ascii of the $chartfile, which includes escape characters to change output colors. This does not resemble a graph.
Should be: Adding -n flag to have `less` create colored output properly.
* typo
changed to -Srf to reflect proposed change
A custom filename and directory can be specified with startx command,
which in this case is $XINITRC variable that indicates
$XDG_CONFIG_HOME/x11/xinitrc
There is no reason for the URL of Luke's main RSS feed to be transferred over unencrypted HTTP. That's why i changed it to HTTPS. Nothing big, it just mildly infuriated me.
While removing trailing newlines is a good idea, it is a problem when
editing C files which "must" have an empty line at the bottom.
So we leave just a single newline, if there were any.
Co-authored-by: Spenser Truex <truex@equwal.com>
* adopting `sb-`
The 2619a88fcd94cbd4b2caa719ba926ae0013fb4ec update might have broken scripts, like this, that use a script from `~sc/statusbar/`
* adopt `sb-`