diff options
| -rw-r--r-- | .newsboat/urls | 5 | ||||
| -rw-r--r-- | .zshrc | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/.newsboat/urls b/.newsboat/urls index 0c1f4f9..88c8d1c 100644 --- a/.newsboat/urls +++ b/.newsboat/urls | |||
| @@ -1,13 +1,8 @@ | |||
| 1 | https://movingfulcrum.com/rss/ tech | ||
| 2 | https://blog.jez.io/atom.xml blog | ||
| 3 | https://byorgey.wordpress.com/feed/ tech | 1 | https://byorgey.wordpress.com/feed/ tech |
| 4 | https://mathlesstraveled.com/feed/ tech | 2 | https://mathlesstraveled.com/feed/ tech |
| 5 | http://joeyh.name/blog/index.rss tech | ||
| 6 | https://programmingisterrible.com/rss tech | ||
| 7 | https://www.joelonsoftware.com/feed/ tech | 3 | https://www.joelonsoftware.com/feed/ tech |
| 8 | https://www.ralfj.de/blog/feed.xml tech blog | 4 | https://www.ralfj.de/blog/feed.xml tech blog |
| 9 | https://bilgesusever.wordpress.com/feed/ blog | 5 | https://bilgesusever.wordpress.com/feed/ blog |
| 10 | https://ambrevar.xyz/atom.xml | ||
| 11 | http://llewellynfalco.blogspot.com/feeds/posts/default | 6 | http://llewellynfalco.blogspot.com/feeds/posts/default |
| 12 | https://itsfoss.com/feed/ tech news | 7 | https://itsfoss.com/feed/ tech news |
| 13 | https://bullets.tech/rss/latest.xml | 8 | https://bullets.tech/rss/latest.xml |
| @@ -149,6 +149,7 @@ alias f="find . -name" | |||
| 149 | alias b="buku --suggest --colors 'onlxm'" | 149 | alias b="buku --suggest --colors 'onlxm'" |
| 150 | alias tp='trash-put' | 150 | alias tp='trash-put' |
| 151 | alias ls='exa' | 151 | alias ls='exa' |
| 152 | alias h='habitctl' | ||
| 152 | 153 | ||
| 153 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 154 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
| 154 | 155 | ||
| @@ -164,3 +165,5 @@ PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; | |||
| 164 | function te { | 165 | function te { |
| 165 | cd $(mktemp -d /tmp/$1.XXXX) | 166 | cd $(mktemp -d /tmp/$1.XXXX) |
| 166 | } | 167 | } |
| 168 | |||
| 169 | source /home/yigit/.config/broot/launcher/bash/br | ||
