Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
awit-zsh-superawesome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
allworldit
awit-zsh-superawesome
Commits
1f288314
Commit
1f288314
authored
5 years ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
Better output messages
parent
c29a64d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
zshrc.d/44-kde-plasma-ssh-askpass.zsh
+2
-2
2 additions, 2 deletions
zshrc.d/44-kde-plasma-ssh-askpass.zsh
zshrc.d/46-keychain.zsh
+1
-1
1 addition, 1 deletion
zshrc.d/46-keychain.zsh
with
3 additions
and
3 deletions
zshrc.d/44-kde-plasma-ssh-askpass.zsh
+
2
−
2
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
This diff is collapsed.
Click to expand it.
zshrc.d/46-keychain.zsh
+
1
−
1
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment