Compare commits

..

No commits in common. "9085f6a57add09cd0e56666480b0fb9c1f6fb08d" and "ee503f3e014ae5c4cbb2680ce637b9d0e52e9ee7" have entirely different histories.

View File

@ -388,6 +388,7 @@ in
{ url = "https://warandpeas.com/rss"; } { url = "https://warandpeas.com/rss"; }
{ url = "https://www.oglaf.com/feeds/rss/"; } { url = "https://www.oglaf.com/feeds/rss/"; }
{ url = "https://xkcd.com/rss.xml"; } { url = "https://xkcd.com/rss.xml"; }
{ url = "https://lemmy.world/feeds/c/comicstrips.xml?sort=Active"; }
]; ];
}; };
wpaperd = { wpaperd = {
@ -415,10 +416,6 @@ in
shellAliases = { shellAliases = {
ls="ls -l"; ls="ls -l";
ssh="kitten ssh"; ssh="kitten ssh";
giturl="git config --get remote.origin.url";
push="git push";
add="git add";
commit="git commit";
}; };
bashrcExtra='' bashrcExtra=''
PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]" PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]"