mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-12-22 03:18:48 +00:00
Style change
This commit is contained in:
parent
8e8043c439
commit
5d089e418e
@ -68,9 +68,11 @@ get_tmux_config() {
|
|||||||
local tmux_config_xdg="${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"
|
local tmux_config_xdg="${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"
|
||||||
local tmux_config="$HOME/.tmux.conf"
|
local tmux_config="$HOME/.tmux.conf"
|
||||||
|
|
||||||
[[ -f "${tmux_config_xdg}" ]] && tmux_config=${tmux_config_xdg}
|
if [ -f "${tmux_config_xdg}" ]; then
|
||||||
|
echo "${tmux_config_xdg}"
|
||||||
echo ${tmux_config}
|
else
|
||||||
|
echo ${tmux_config}
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user