From 4a4a0958d5a1b1549d8e3e6f95d1abd97723de0d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 22 Feb 2025 18:15:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-22 18:15:05 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c4c4a772..6ee36c33 100644 --- a/.zshrc +++ b/.zshrc @@ -49,7 +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 vlc="env -u DISPLAY vlc" alias ts="tree-sitter" alias c="clear" alias top=btop