From ef217ed3648d6d96bc6364eaa9c8cd1282b13620 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 22 Feb 2025 18:10:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-22 18:10:06 --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 2732d593..c4c4a772 100644 --- a/.zshrc +++ b/.zshrc @@ -49,6 +49,7 @@ source ~/.config/zsh/fzf.zsh # alias ls="eza -lh --git" # alias ls="eza --long --color=always --git --header --icons --no-user" +alias vlc="env -u DISPLAY vlc" alias ts="tree-sitter" alias c="clear" alias top=btop