all repos — dotfiles @ 28809495df09d75b3e56ced41cc368441f11a7c1

linux dotfiles

add new alias to read log
Prithu Goswami prithugoswami524@gmail.com
Wed, 24 Feb 2021 16:38:39 +0530
commit

28809495df09d75b3e56ced41cc368441f11a7c1

parent

0aea0a116cea725c4c02c52be0e6a018d3355218

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M home/.bashrchome/.bashrc

@@ -111,6 +111,7 @@ # alias yw="mpv --ytdl-format=\"best[height<=480]\""

alias yw="mpv --ytdl-format=\"bestvideo[height<=480]+bestaudio/best[height<=480]\"" alias yal="mpv --ytdl-format=251" alias tmuxl="tmux list-session" +alias rl="gpg -d ~/docs/org/lifelog/ll.gpg | sed 's/\t/ │ /' | less" # alias ls='ls --color=auto' alias ls='exa'