Configure tmux

This commit is contained in:
Fabio Scotto di Santolo
2024-02-21 16:09:27 +01:00
parent 0737d151fa
commit 4449d9da58
12 changed files with 37 additions and 28 deletions

View File

@@ -1,6 +1,3 @@
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/profile.pre.bash" ]] && builtin source "$HOME/.fig/shell/profile.pre.bash"
# Load profiles from /etc/profile.d
if test -d $HOME/.profile.d/; then
for profile in $HOME/.profile.d/*.sh; do
@@ -8,7 +5,3 @@ if test -d $HOME/.profile.d/; then
done
unset profile
fi
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/profile.post.bash" ]] && builtin source "$HOME/.fig/shell/profile.post.bash"
. "$HOME/.cargo/env"