diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ alias uv="(v2ray -config ~/.v2ray.json&) & (python -m utab&)" alias tlmgr="/usr/share/texmf-dist/scripts/texlive/tlmgr.pl --usermode" +# fun +alias rickroll="vlc -f '/home/fkfd/Videos/Rick Astley - Never Gonna Give You Up (Official Music Video).mkv'" + # disable beep in x11 set -B 0 |