summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-08-25 08:02:39 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-08-25 08:02:39 -0400
commit1c676c7cf2efe877260132888a88a2b918855785 (patch)
treef12bc8458b35741e90e956588683e0c1f28303ab /.config
parentf36f2fe539c21b05e06ea83aadc732ee44d785f6 (diff)
downloadeibhear-1c676c7cf2efe877260132888a88a2b918855785.tar.gz
eibhear-1c676c7cf2efe877260132888a88a2b918855785.tar.zst
eibhear-1c676c7cf2efe877260132888a88a2b918855785.zip
close #971
Diffstat (limited to '.config')
-rw-r--r--.config/lf/lfrc2
-rw-r--r--.config/newsboat/urls1
-rw-r--r--.config/shell/aliasrc3
-rw-r--r--.config/shell/bm-dirs2
4 files changed, 4 insertions, 4 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 57a80ca..92567e6 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -104,4 +104,4 @@ map <c-y> up
map V push :!nvim<space>
# Source Bookmarks
-source "~/.config/lf/shortcutrc" \ No newline at end of file
+source "~/.config/lf/shortcutrc"
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
index d675d97..1da0702 100644
--- a/.config/newsboat/urls
+++ b/.config/newsboat/urls
@@ -3,4 +3,5 @@ https://notrelated.libsyn.com/rss
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)"
https://landchad.net/rss.xml
https://based.cooking/rss.xml
+https://artixlinux.org/feed.php "tech"
https://www.archlinux.org/feeds/news/ "tech"
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 5122d08..235fc04 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -7,7 +7,7 @@
[ -f "$XINITRC" ] && alias startx="startx $XINITRC"
# sudo not required for some system commands
-for command in mount umount sv pacman updatedb su ; do
+for command in mount umount sv pacman updatedb su shutdown poweroff reboot ; do
alias $command="sudo $command"
done; unset command
@@ -38,7 +38,6 @@ alias \
sdn="sudo shutdown -h now" \
e="$EDITOR" \
v="$EDITOR" \
- p="sudo pacman" \
xi="sudo xbps-install" \
xr="sudo xbps-remove -R" \
xq="xbps-query" \
diff --git a/.config/shell/bm-dirs b/.config/shell/bm-dirs
index b204215..9d212ec 100644
--- a/.config/shell/bm-dirs
+++ b/.config/shell/bm-dirs
@@ -4,7 +4,7 @@ cf ${XDG_CONFIG_HOME:-$HOME/.config}
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
d ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
-rr ${XDG_DATA_HOME:-$HOME/.local/src}
+rr $HOME/.local/src
h $HOME
m ${XDG_MUSIC_DIR:-$HOME/Music}
mn /mnt