diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 07:44:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 07:44:12 -0500 |
| commit | c80905abce76f3b119603a99297710fcd19ead1e (patch) | |
| tree | 02c51bf0982c17fad950df6740028a358cd6c900 | |
| parent | 3b7702b0e4933cbf72a14f913fc2b2819b7d507a (diff) | |
| parent | 2a3e70170eaa8e01f86f93ef139a10e44e6b97fc (diff) | |
| download | eibhear-c80905abce76f3b119603a99297710fcd19ead1e.tar.gz eibhear-c80905abce76f3b119603a99297710fcd19ead1e.tar.zst eibhear-c80905abce76f3b119603a99297710fcd19ead1e.zip | |
Merge pull request #229 from rickyjon/master
Hide the hueg message when running ffmpeg
| -rw-r--r-- | .aliasrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ alias ka="killall" \ YT="youtube-viewer" \ ref="shortcuts >/dev/null; source ~/.shortcuts" \ upc="sudo pacman -Syu; pkill -RTMIN+8 i3blocks" \ - lsp="pacman -Qett --color=always | less" + lsp="pacman -Qett --color=always | less" \ + ffmpeg="ffmpeg -hide_banner" command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Use neovim for vim if present. |
