From 8d5a53afa6417f0a0c7add8795512c075f91d7ab Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 18 May 2024 03:36:17 -0400 Subject: [PATCH] change formatting inside shell profiles --- .bash_profile | 1 - .local/share/screenlayout | 1 - .local/share/wallpaper | 1 - .zprofile | 1 - 4 files changed, 4 deletions(-) delete mode 120000 .local/share/screenlayout delete mode 120000 .local/share/wallpaper diff --git a/.bash_profile b/.bash_profile index 0be2233..1fc53d6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,2 @@ [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" - [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" diff --git a/.local/share/screenlayout b/.local/share/screenlayout deleted file mode 120000 index 3337b2a..0000000 --- a/.local/share/screenlayout +++ /dev/null @@ -1 +0,0 @@ -/home/frosty/.local/bin/screenlayouts/sl-external \ No newline at end of file diff --git a/.local/share/wallpaper b/.local/share/wallpaper deleted file mode 120000 index be73aec..0000000 --- a/.local/share/wallpaper +++ /dev/null @@ -1 +0,0 @@ -/home/frosty/pictures/wallpapers/1706124226302274.jpg \ No newline at end of file diff --git a/.zprofile b/.zprofile index 0be2233..1fc53d6 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,2 @@ [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" - [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"