From a11301d3da81b87e08348e27706c53e61195dca3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 19 Jun 2024 09:36:15 -0400 Subject: Various updates --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 039b88c..8b6ccc0 100644 --- a/.bashrc +++ b/.bashrc @@ -78,6 +78,7 @@ HISTFILESIZE= HISTCONTROL=ignoreboth # ignore a few very common commands and don't add them to history #HISTIGNORE='ls:l:ll:s:g:[bf]g:history:da:li' +HISTIGNORE='sr' HISTTIMEFORMAT='%F %T ' stty stop "" @@ -125,7 +126,7 @@ alias vdir='vdir --color=auto' alias grep='grep --color=auto' alias egrep='grep -E --color=auto' alias fgrep='grep -F --color=auto' -alias mpv="mpv --ytdl-format=mp4" +# alias mpv="mpv --ytdl-format=mp4" alias mv="mv -iv" alias cp="cp -iv" alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc' @@ -141,6 +142,7 @@ alias alert='notify-send --urgency=low \ alias da='change-theme dark' alias li='change-theme light' +alias sr='sway-run' bash_completions_dir=/usr/share/bash-completion/completions/ -- cgit v1.2.3-83-g751a