Skip to content

Commit

Permalink
Remove the legacy environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertAudi committed Jun 2, 2019
1 parent c7217e1 commit 72e9ad0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/configuration.zsh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# |Configuration| {{{
# ------------------------------------------------------------------------------

: ${TSM_LEGACY_HOME=$HOME/.tmux/tmux-sessions}
: ${TSM_LEGACY_SESSIONS_DIR:=$TSM_LEGACY_HOME/sessions}

: ${TSM_HOME:=${XDG_DATA_HOME:-$HOME/.local/share}/tmux-sessions}
: ${TSM_SESSIONS_DIR:=$TSM_HOME/sessions}
: ${TSM_BACKUPS_DIR:=$TSM_HOME/backups}
Expand Down

0 comments on commit 72e9ad0

Please sign in to comment.