From a2fb4466d35a224811856b6ba2c5d215f353b28f Mon Sep 17 00:00:00 2001 From: rdl technix Date: Wed, 24 Mar 2021 11:26:09 +0000 Subject: [PATCH] switch user setup order --- setup-user.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup-user.sh b/setup-user.sh index 67f4a4a..b1f4032 100755 --- a/setup-user.sh +++ b/setup-user.sh @@ -1,10 +1,11 @@ #!/bin/bash -# setup zsh -. init-zsh.sh - # setup tmux . init-tmux.sh # setup neovim . init-neovim.sh + +# setup zsh +. init-zsh.sh +