add new alias to read log
Prithu Goswami prithugoswami524@gmail.com
Wed, 24 Feb 2021 16:38:39 +0530
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
home/.bashrc
→
home/.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'