diff options
author | 2024-06-19 09:36:15 -0400 | |
---|---|---|
committer | 2024-06-19 09:36:15 -0400 | |
commit | a11301d3da81b87e08348e27706c53e61195dca3 (patch) | |
tree | 75831f7c7fa68f823c8b835e5ab6e4d8950d211b /.bashrc | |
parent | 2ef9d77bbba138f45a7858f3a99c6a3c705c75e3 (diff) | |
download | configs-a11301d3da81b87e08348e27706c53e61195dca3.tar.gz configs-a11301d3da81b87e08348e27706c53e61195dca3.tar.xz configs-a11301d3da81b87e08348e27706c53e61195dca3.zip |
Various updates
Diffstat (limited to '.bashrc')
-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/ |