2025-01-07 20:01 : id 92

This commit is contained in:
deadvey 2025-01-07 20:01:13 +00:00
parent ee503f3e01
commit 34e5cdfa72

View File

@ -388,7 +388,6 @@ 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 = {
@ -416,6 +415,7 @@ in
shellAliases = { shellAliases = {
ls="ls -l"; ls="ls -l";
ssh="kitten ssh"; ssh="kitten ssh";
giturl="git config --get remote.origin.url";
}; };
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\]"