From 51ad0b920c0d849890c3301bfa19b1e0102a3a94 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 1 Jun 2024 00:37:12 +0200 Subject: [PATCH] Revert "shell -> bash -> aliases: Added hx alias in case helix exec exists" This reverts commit fa16fc211411f2b4b36dc4b436c9690d0e44a9d2. --- shell/bash/.bash_aliases | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shell/bash/.bash_aliases b/shell/bash/.bash_aliases index 46d1261..a67aa7c 100644 --- a/shell/bash/.bash_aliases +++ b/shell/bash/.bash_aliases @@ -4,10 +4,6 @@ alias esp-idf-setup=". ~/.local/lib/esp-idf/export.sh" alias steam="steam-runtime" -if command -v helix &> /dev/null; then - alias hx="helix" -fi - # Git alias gs="git status" alias ga="git add -p"