Compare commits

..

2 commits

Author SHA1 Message Date
0365955a07
updated nvim 2024-08-08 13:35:12 +02:00
c6edfd69d5
use GPG anget 2024-08-08 13:33:35 +02:00
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3ede97a5ebcea293aed158144550617bb38510db Subproject commit c6b7cb13818397d7995b07d299ca803f7c6b0507

View file

@ -29,6 +29,10 @@ else
export EDITOR='nvim' export EDITOR='nvim'
fi 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-windows="systemctl reboot --boot-loader-entry=windows.conf"
alias reboot-linux="systemctl reboot --boot-loader-entry=arch.conf" alias reboot-linux="systemctl reboot --boot-loader-entry=arch.conf"
alias zshrc="nvim ~/.zshrc" 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" alias git-delete-merged="git branch --merged main | grep -v '^[ *]*main$' | xargs git branch -d"
function find_or_create_rosterm() { function find_or_create_rosterm() {
docker container inspect ros2-vim > /dev/null 2>&1 docker container inspect ros2-vim > /dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then