new rss urls and trying out exa
Prithu Goswami prithugoswami524@gmail.com
Mon, 08 Feb 2021 21:43:09 +0530
3 files changed,
8 insertions(+),
4 deletions(-)
M
config/newsboat/urls
→
config/newsboat/urls
@@ -5,6 +5,8 @@ https://www.archlinux.org/feeds/news/
https://www.swalladge.net/feed.xml https://icyphox.sh/blog/feed.xml https://peppe.rs/index.xml +https://proseandconst.xyz/atom.xml +https://rusingh.com/articles.xml https://stackoverflow.blog/newsletter/feed https://prithu.xyz/posts/index.xml https://nixnet.services/feed.xml
M
home/.bashrc
→
home/.bashrc
@@ -11,7 +11,7 @@
[[ -f ~/.profile ]] && . ~/.profile cd() { - builtin cd "$@" && ls --color; + builtin cd "$@" && exa; } [[ -f /usr/share/bash-completion/bash_completion ]] && \@@ -112,7 +112,8 @@ alias yw="mpv --ytdl-format=\"bestvideo[height<=480]+bestaudio/best[height<=480]\""
alias yal="mpv --ytdl-format=251" alias tmuxl="tmux list-session" -alias ls='ls --color=auto' +# alias ls='ls --color=auto' +alias ls='exa' #PS1='\[\033[34m\][\u@\h\[\033[01;00m\] \w\[\033[34m]\]\[\033[00m\]$ '
M
home/.xinitrc
→
home/.xinitrc
@@ -27,6 +27,7 @@ touchpad-conf && toggle_touchpad
[ -f ~/.xprofile ] && . ~/.xprofile -exec i3 +# exec i3 # exec xfce4-session -# exec dwm +slstatus & +exec dwm