Compare commits
2 commits
7f582b1288
...
0365955a07
| Author | SHA1 | Date | |
|---|---|---|---|
| 0365955a07 | |||
| c6edfd69d5 |
2 changed files with 6 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ede97a5ebcea293aed158144550617bb38510db
|
||||
Subproject commit c6b7cb13818397d7995b07d299ca803f7c6b0507
|
||||
|
|
@ -29,6 +29,10 @@ else
|
|||
export EDITOR='nvim'
|
||||
fi
|
||||
|
||||
export GPG_TTY="$(tty)"
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
alias reboot-windows="systemctl reboot --boot-loader-entry=windows.conf"
|
||||
alias reboot-linux="systemctl reboot --boot-loader-entry=arch.conf"
|
||||
alias zshrc="nvim ~/.zshrc"
|
||||
|
|
@ -46,6 +50,7 @@ alias rosterm='find_or_create_rosterm'
|
|||
|
||||
alias git-delete-merged="git branch --merged main | grep -v '^[ *]*main$' | xargs git branch -d"
|
||||
|
||||
|
||||
function find_or_create_rosterm() {
|
||||
docker container inspect ros2-vim > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue