From 2d9869a79ae99fe089c539ac59de678149cbfd48 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Wed, 24 May 2023 22:24:12 +0200 Subject: profile: Better compatibility with void linux and pnpm --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 7ba29d2..dd9ede3 100755 --- a/.bashrc +++ b/.bashrc @@ -18,7 +18,6 @@ fi . "$HOME"/.profile -# Put your fun stuff here. alias cls="clear" BAT="$(which bat 2> /dev/null || which batcat 2> /dev/null)" @@ -30,6 +29,7 @@ fi alias ls="$(which lsd 2> /dev/null || echo "ls -h -F --color=auto --group-directories-first")" alias sudo="$(which doas 2> /dev/null || which sudo 2> /dev/null || echo "su -c")" alias codium="flatpak run com.vscodium.codium --no-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland" +alias mpv="$(which mpv 2> /dev/null || echo "flatpak run io.mpv.Mpv")" alias tmux="tmux -2" . /usr/share/bash-completion/bash_completion -- cgit v1.2.3