all repos — dotfiles @ 39cdffd4e407b4893e07eccd379aa1691aa17428

linux dotfiles

bashrc: edit qn
Prithu Goswami pg@prithu.dev
Mon, 12 Jun 2023 14:53:58 +0530
commit

39cdffd4e407b4893e07eccd379aa1691aa17428

parent

31e9e13d73c96d345182f5986f25fa3568f6798b

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

jump to
M home/.bashrchome/.bashrc

@@ -96,7 +96,7 @@ alias ch="ping 8.8.8.8"

alias yv="youtube-viewer" alias mkddir="mkdir `date +%d-%m-%Y`" alias thot="vim ~/docs/org/thoughts/`date +%s`" -alias qn="cd ~/docs/org/notes/quick/ && vim `date +%s`.md" +alias qn="cd ~/docs/org/notes/quick/ && vim ` date +%Y-%m-%d-%H%M`.md" alias tt="transmission-remote" # alias yw="mpv --ytdl-format=\"best[height<=480]\"" alias yw="mpv --ytdl-format=\"bestvideo[height<=480]+bestaudio/best[height<=480]\""

@@ -150,3 +150,4 @@ [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

source /home/prithu/.config/broot/launcher/bash/br +. "$HOME/.cargo/env"