Skip to content
Snippets Groups Projects
Verified Commit 05afc72d authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

11. fix typo and enable bash completion

parent d47e992c
No related branches found
No related tags found
No related merge requests found
...@@ -98,9 +98,9 @@ fi ...@@ -98,9 +98,9 @@ fi
# enable programmable completion features (you don't need to enable # enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc). # sources /etc/bash.bashrc).
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
# . /etc/bash_completion . /etc/bash_completion
#fi fi
# system # system
alias lskernels='dpkg --get-selections | grep linux' alias lskernels='dpkg --get-selections | grep linux'
......
syntax on syntax on
color ron color on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment