Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
allworldit
awit-zsh-superawesome
Commits
1f288314
Commit
1f288314
authored
Dec 02, 2019
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better output messages
parent
c29a64d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
zshrc.d/44-kde-plasma-ssh-askpass.zsh
zshrc.d/44-kde-plasma-ssh-askpass.zsh
+2
-2
zshrc.d/46-keychain.zsh
zshrc.d/46-keychain.zsh
+1
-1
No files found.
zshrc.d/44-kde-plasma-ssh-askpass.zsh
View file @
1f288314
...
...
@@ -5,8 +5,8 @@ then
then
# Use KDE askpass
export
SSH_ASKPASS
=
/usr/bin/ksshaskpass
echo
"
A-Z-S:
Using ksshaskpass"
echo
"
[awit-zsh-superawesome]
Using ksshaskpass"
else
echo
"
A-Z-S:
NOTICE
-
You're using the plasma desktop, but you don't have ksshaskpass installed?"
echo
"
[awit-zsh-superawesome]
NOTICE
:
You're using the plasma desktop, but you don't have ksshaskpass installed?"
fi
fi
zshrc.d/46-keychain.zsh
View file @
1f288314
...
...
@@ -2,5 +2,5 @@
if
[
-x
/usr/bin/keychain
]
then
eval
`
keychain
--confirm
--clear
--noask
--timeout
15
--eval
--systemd
--stop
others
--quiet
--inherit
local-once
--agents
ssh
`
echo
"
A-Z-S:
Using keychain (15 min timeout, explicit confirmation)"
echo
"
[awit-zsh-superawesome]
Using keychain (15 min timeout, explicit confirmation)"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment