summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-08-20 00:20:46 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-08-20 00:20:46 +0530
commitc2cccb65ccd2d3eaee503ba7231ef3d52f3b5268 (patch)
tree299fae47da52b3980a7563db579f45dd0274b63c
parent20491f2f6a1f97678c5149e7abbe10501e7db7f4 (diff)
aliasrc
-rw-r--r--.config/newsboat/urls1
-rw-r--r--.config/shell/aliasrc7
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
index 0806aa9..f45dca6 100644
--- a/.config/newsboat/urls
+++ b/.config/newsboat/urls
@@ -4,6 +4,7 @@ https://ihatereality.space/rss.xml "programming"
https://fasterthanli.me/index.xml "programming"
https://digdeeper.club/atom.xml
https://gnulinuxindia.org/index.xml
+https://cedaei.com/index.xml
https://krolyxon.vern.cc/atom.xml
https://lukesmith.xyz/rss.xml
https://landchad.net/rss
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index aee8c6f..066286a 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -25,6 +25,13 @@ alias \
diff="diff --color=auto" \
ip="ip -color=auto"
+
+# git aliases
+alias \
+ ga='git add'
+ gc='git commit -sS'
+ gp='git push'
+
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
se() { cd ~/.local/bin; $EDITOR $(fzf) ;}
ef() {fzf | xargs -r -I % $EDITOR % ;}