Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
05afc72d
Verified
Commit
05afc72d
authored
6 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
11. fix typo and enable bash completion
parent
d47e992c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
1.Base/1.Utilities/bashrc
+3
-3
3 additions, 3 deletions
1.Base/1.Utilities/bashrc
1.Base/1.Utilities/vimrc
+1
-1
1 addition, 1 deletion
1.Base/1.Utilities/vimrc
with
4 additions
and
4 deletions
1.Base/1.Utilities/bashrc
+
3
−
3
View file @
05afc72d
...
...
@@ -98,9 +98,9 @@ fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
#
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
#
. /etc/bash_completion
#
fi
if
[
-f
/etc/bash_completion
]
&&
!
shopt
-oq
posix
;
then
.
/etc/bash_completion
fi
# system
alias
lskernels
=
'dpkg --get-selections | grep linux'
...
...
This diff is collapsed.
Click to expand it.
1.Base/1.Utilities/vimrc
+
1
−
1
View file @
05afc72d
syntax on
color
r
on
color on
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