From 7dd863e903f526b08c4826c3297d1416763a4e5c Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 21 Mar 2024 15:29:33 +0100 Subject: [PATCH] sync: Stopped .bash_env syncing --- shell/bash/.bash_env | 4 ---- sync | 1 - 2 files changed, 5 deletions(-) delete mode 100644 shell/bash/.bash_env diff --git a/shell/bash/.bash_env b/shell/bash/.bash_env deleted file mode 100644 index 9df0daa..0000000 --- a/shell/bash/.bash_env +++ /dev/null @@ -1,4 +0,0 @@ -export GODOT3_BIN=~/.local/lib/godot/Godot_v3.5.3-stable_x11.64 -export GODOT4_BIN=~/.local/lib/godot/Godot_v4.2.1-stable_linux.x86_64 -export GODOT_BIN=$GODOT4_BIN - diff --git a/sync b/sync index 0c853c4..39818ba 100755 --- a/sync +++ b/sync @@ -45,7 +45,6 @@ synced_files = [ ("shell/bash/.bash_profile", "~/.bash_profile"), ("shell/bash/.bashrc", "~/.bashrc"), ("shell/bash/.bash_aliases", "~/.bash_aliases"), - ("shell/bash/.bash_env", "~/.bash_env"), ("shell/bash/.bash_exec", "~/.bash_exec"), ("shell/nu/.nu_aliases", "~/.nu_aliases"), ("term/rio/", "~/.config/rio/"),