Skip to content

Commit

Permalink
Use path rather than env var in Terminator config
Browse files Browse the repository at this point in the history
Using an environment variable seemed to be causing this config file to
fail to load when a terminal is launched after logging in again, due to
this not being defined yet, which then meant only default Terminator
settings were being used in all terminals. Switching to just use a path
seems to resolve this.
  • Loading branch information
bobwhitelock committed Aug 8, 2020
1 parent b1d206d commit cdbc321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/terminator/config
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
color_scheme = custom
cursor_color = "#ff6600"
cursor_color_fg = False
custom_command = "$DOTFILES"/libexec/tmux-secondary
custom_command = ~/src/bobwhitelock/dotfiles/libexec/tmux-secondary
font = DejaVu Sans Mono 15
foreground_color = "#ffffff"
login_shell = True
Expand Down

0 comments on commit cdbc321

Please sign in to comment.