diff --git a/.zshrc b/.zshrc index e8dc8c0..5228a13 100755 --- a/.zshrc +++ b/.zshrc @@ -1,12 +1,6 @@ -grep --help >/dev/null 2>&1 -RESULT=$? -IsGNU=null -if [ $RESULT -eq 0 ]; then - $IsGNU = true -else - $IsGNU = false -fi -if [ "${IsGNU}}" = "true" ]; then +GREPOUTPUT=$( grep --help 2>&1 ) +RESULT=$( echo $GREPOUTPUT | grep gnu ) +if [ "${RESULT}" != "" ]; then #source ~/.bash_profile # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH diff --git a/Setup-shell-4-containers/fastfetch-linux-amd64.deb.1 b/Setup-shell-4-containers/fastfetch-linux-amd64.deb.1 new file mode 100644 index 0000000..8b6c679 Binary files /dev/null and b/Setup-shell-4-containers/fastfetch-linux-amd64.deb.1 differ diff --git a/desktopenvs/hyprland/btop/btop.log b/desktopenvs/hyprland/btop/btop.log index 96c7b2d..3b84745 100644 --- a/desktopenvs/hyprland/btop/btop.log +++ b/desktopenvs/hyprland/btop/btop.log @@ -40,3 +40,7 @@ 2025/03/13 (15:09:25) | ===> btop++ v.1.4.0 2025/03/13 (15:09:25) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported 2025/03/13 (15:09:25) | WARNING: Intel GPU: Failed to initialize PMU + +2025/04/03 (11:17:42) | ===> btop++ v.1.4.0 +2025/04/03 (11:17:42) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported +2025/04/03 (11:17:42) | WARNING: Intel GPU: Failed to initialize PMU