Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
B
bashstyle-ng
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christopher Roy Bratusek
bashstyle-ng
Commits
26174d76
Commit
26174d76
authored
Oct 27, 2015
by
Christopher Roy Bratusek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug #199
parent
2017a02c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
doc/news.texi
doc/news.texi
+3
-0
rc/nx-rc.in
rc/nx-rc.in
+2
-0
No files found.
doc/news.texi
View file @
26174d76
...
...
@@ -36,6 +36,9 @@ started at the same time [Mingye Wang]
@item #198 (nx-rc): fixup detection of vendor ini version on first load of nx-rc
if no user ini exists
@item #199 (reload): fixup reload to properly restore the complete environment,
including BashStyle-NG and Bash Programmable Completion.
@end itemize
@item Configuration File Changes
...
...
rc/nx-rc.in
View file @
26174d76
...
...
@@ -324,6 +324,8 @@ reload () {
#xk2c from commandlinefu.com
builtin unalias
-a
builtin unset
-f
$(
builtin compgen
-A
function
)
[[
-f
/etc/bash_completion
]]
&&
source
/etc/bash_completion
source
@DATADIR@/bashstyle-ng/rc/nx-rc
}
[[
${
PATH
}
!=
*
games
*
&&
-d
/usr/games/
]]
&&
\
...
...
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