Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Reis
argotest
Commits
afc94efc
Commit
afc94efc
authored
Dec 13, 2018
by
Valentin Reis
Browse files
[feature] added a completion shell hook for users.
parent
14188de1
Changes
1
Hide whitespace changes
Inline
Side-by-side
default.nix
View file @
afc94efc
...
...
@@ -27,6 +27,10 @@ in rec
};
dev-test
=
pkgs
.
stdenv
.
mkDerivation
rec
{
shellHook
=
''
source completions/bash/argotk.sh
echo "Installed bash completions."
''
;
name
=
"env"
;
env
=
pkgs
.
buildEnv
{
name
=
name
;
paths
=
buildInputs
;
};
buildInputs
=
[
...
...
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