sync: Stopped .bash_env syncing

This commit is contained in:
GaspardCulis 2024-03-21 15:29:33 +01:00
parent ddf5209837
commit 7dd863e903
2 changed files with 0 additions and 5 deletions

View file

@ -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

1
sync
View file

@ -45,7 +45,6 @@ synced_files = [
("shell/bash/.bash_profile", "~/.bash_profile"), ("shell/bash/.bash_profile", "~/.bash_profile"),
("shell/bash/.bashrc", "~/.bashrc"), ("shell/bash/.bashrc", "~/.bashrc"),
("shell/bash/.bash_aliases", "~/.bash_aliases"), ("shell/bash/.bash_aliases", "~/.bash_aliases"),
("shell/bash/.bash_env", "~/.bash_env"),
("shell/bash/.bash_exec", "~/.bash_exec"), ("shell/bash/.bash_exec", "~/.bash_exec"),
("shell/nu/.nu_aliases", "~/.nu_aliases"), ("shell/nu/.nu_aliases", "~/.nu_aliases"),
("term/rio/", "~/.config/rio/"), ("term/rio/", "~/.config/rio/"),