diff --git a/bash_scripts/tmux_start.sh b/bash_scripts/tmux_start.sh index aacb84d..f715995 100755 --- a/bash_scripts/tmux_start.sh +++ b/bash_scripts/tmux_start.sh @@ -5,7 +5,7 @@ if [ -n "$TMUX_PANE" ]; then tmux rename-window dev tmux splitw -h tmux selectp -t 0 - tmux resizep -x 83 + tmux resizep -x 77 tmux splitw -v -l 15 tmux selectp -t 0 clear diff --git a/dot/.bashrc b/dot/.bashrc index b2ff194..db1120b 100644 --- a/dot/.bashrc +++ b/dot/.bashrc @@ -28,7 +28,7 @@ light_gray="\[\e[0;37m\]" #HOST="\[\e[38;5;153m\]" #DIRECTORY="\[\e[38;5;214m\]" user_name=$green -host=$purple +host=$light_cyan directory=$yellow PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$" diff --git a/dot/.ctags b/dot/.ctags deleted file mode 100644 index 505c26f..0000000 --- a/dot/.ctags +++ /dev/null @@ -1 +0,0 @@ ---python-kinds=-i diff --git a/dot/.ctags.d/default.ctags b/dot/.ctags.d/default.ctags new file mode 100644 index 0000000..f6aeded --- /dev/null +++ b/dot/.ctags.d/default.ctags @@ -0,0 +1,2 @@ +--kinds-python=-i +--kinds-c++=+p diff --git a/sync.sh b/sync.sh index 6fcb010..bc46dea 100755 --- a/sync.sh +++ b/sync.sh @@ -4,7 +4,7 @@ DOT_FILES=" $HOME/.profile \ $HOME/.bashrc \ $HOME/.tmux.conf \ - $HOME/.ctags \ + $HOME/.ctags.d \ $HOME/.config/conky/conky.conf" VIM_FILES="