diff --git a/home/user/.config/bash/aliases b/home/user/.config/bash/aliases index c6cf0b1..51f21cf 100644 --- a/home/user/.config/bash/aliases +++ b/home/user/.config/bash/aliases @@ -135,4 +135,4 @@ fi alias black='convert canvas:none PNG:- | feh -YF -' # :) -alias PINK='beep -f 234 -l 550 -n -f 350 -l 450 -n -f 194 -l 450 -n -f 328 -l 550' \ No newline at end of file +alias PINK='beep -f 233 -l 440 -n -f 349 -l 440 -n -f 196 -l 440 -n -f 330 -l 650' \ No newline at end of file diff --git a/home/user/.tmux/01.sh b/home/user/.tmux/01.sh index 3f37d40..21d8e34 100755 --- a/home/user/.tmux/01.sh +++ b/home/user/.tmux/01.sh @@ -9,9 +9,10 @@ WORKING_PROJECT="$HOME/dotfiles" if ! tmux has-session -t "$SESSION"; then tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT" - tmux send-keys -t "$SESSION:$MAINW" '$EDITOR' Enter - tmux send-keys -t "$SESSION:$MAINW" , f f - tmux splitw -t "$SESSION:$MAINW" -d -b -h -l $_tmux_new_pane_size -c '#{pane_current_path}' + tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_new_pane_size" -c '#{pane_current_path}' + tmux send-keys -t "$SESSION:$MAINW.2" '$EDITOR' Enter + tmux send-keys -t "$SESSION:$MAINW.2" , f f + tmux send-keys -t "$SESSION:$MAINW.1" "git pull" Enter fi tmux switch-client -t "$SESSION" \ No newline at end of file diff --git a/home/user/.tmux/10.sh b/home/user/.tmux/10.sh index 9fa7c32..57c234f 100755 --- a/home/user/.tmux/10.sh +++ b/home/user/.tmux/10.sh @@ -8,4 +8,5 @@ MAINW=1 WORKING_PROJECT="$(mktemp -d)" tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT" -tmux switch-client -t "$SESSION" \ No newline at end of file +tmux switch-client -t "$SESSION" +tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_new_pane_size" -c '#{pane_current_path}' \ No newline at end of file