Fix downloading files
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Imports
|
# Imports
|
||||||
## Color varibles for theme
|
|
||||||
|
## Neccessary to pass env vars to systemd
|
||||||
|
exec dbus-update-activation-environment --systemd --all
|
||||||
|
|
||||||
include variables
|
include variables
|
||||||
include catppuccin-mocha-colors
|
include catppuccin-mocha-colors
|
||||||
include autostart
|
include autostart
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
|||||||
# set -g @plugin 'github_username/plugin_name#branch'
|
# set -g @plugin 'github_username/plugin_name#branch'
|
||||||
# set -g @plugin 'git@github.com:user/plugin'
|
# set -g @plugin 'git@github.com:user/plugin'
|
||||||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||||
|
set-window-option -g mode-keys vi
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user