diff options
Diffstat (limited to '')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/ |