summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
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/