Logs active
This commit is contained in:
@@ -58,16 +58,4 @@ while read -r line; do
|
||||
mate-screensaver-command --lock 2>/dev/null # Double Tap
|
||||
restart_agent
|
||||
fi
|
||||
done
|
||||
```
|
||||
|
||||
### Die Integration
|
||||
|
||||
Damit deine Terminals den neuen Agent immer finden, muss das Environment dynamisch geladen werden.
|
||||
In deiner `.bashrc`:
|
||||
|
||||
```bash
|
||||
# Lade Agent-Info, falls vorhanden
|
||||
if [ -f ~/.ssh/agent-environment ]; then
|
||||
source ~/.ssh/agent-environment
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user