blob: 8b33b6ab6221fcfdb222fd37d1b282a7fe63b0c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
eval "$(thefuck --alias f)"
export GPG_TTY=$(tty)
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi
|