Compare commits
3 Commits
cd73ea0859
...
ghostty-nv
| Author | SHA1 | Date | |
|---|---|---|---|
| f6fe9edf3f | |||
| 6616efec54 | |||
| 369966726d |
@@ -19,8 +19,3 @@ lines = 115
|
|||||||
[window.position]
|
[window.position]
|
||||||
x = 1550
|
x = 1550
|
||||||
y = 0
|
y = 0
|
||||||
|
|
||||||
[keyboard]
|
|
||||||
bindings = [
|
|
||||||
{ key = "Return", mods = "Shift", chars = "\n" }
|
|
||||||
]
|
|
||||||
|
|||||||
@@ -1,8 +1 @@
|
|||||||
font-family = "FiraCode Nerd Font Mono"
|
font-family = "FiraCode Nerd Font Mono"
|
||||||
|
|
||||||
background-opacity = 0.8
|
|
||||||
|
|
||||||
command = "/usr/bin/zsh -c 'tmux attach || tmux'"
|
|
||||||
initial-command = "/usr/bin/zsh -c 'tmux attach || tmux'"
|
|
||||||
|
|
||||||
keybind = shift+enter=text:\n
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/bash -e
|
#!/usr/bin/bash -e
|
||||||
branch=$(git status|head -1|cut -f3 -d\ )
|
branch=$(git status|head -1|cut -f3 -d\ )
|
||||||
git checkout $(git_main_branch)
|
git checkout main
|
||||||
git pull
|
git pull
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
git merge $(git_main_branch)
|
git merge main
|
||||||
|
|||||||
Reference in New Issue
Block a user