|
[+] autouzupełnienie w konsoli
krzemyk - 14-03-2008 17:05
Jak włączyć autouzupełnienie w konsoli, chodzi o aptitiude ins[TAB] nic nie daje, a kiedyś działało.
O to mój plik /etc/bash.bashrc
# System-wide .bashrc file for interactive bash(1) shells.
# To enable the settings / commands in this file for login shells as well, # this file has to be sourced in /etc/profile.
# If not running interactively, don't do anything [ -z "$PS1" ] && return
# check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize
# set variable identifying the chroot you work in (used in the prompt below) if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi
# set a fancy prompt (non-color, overwrite the one in /etc/profile) PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
# Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. # If this is an xterm set the title to user@host:dir #case "$TERM" in #xterm*|rxvt*) # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' # ;; #*) # ;; #esac
# enable bash completion in interactive shells if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
thalcave - 14-03-2008 17:12
# enable bash completion in interactive shells if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
a masz ten plik? jak nie to pakiecik bash-completion zainstaluj
- 14-03-2008 19:06
a masz ten plik? jak nie to pakiecik bash-completion zainstaluj
No to zabłysnąłeś :mrgreen:
Jak byś nie wiedział to plik bash_completion należy do paczki bash Debian [pts/1] [19:02:55] [ ~ ] >> apt-cache search bash-completion bash - The GNU Bourne Again SHell python-optcomplete - provide bash-completion for Python programs
Debian [pts/1] [19:03:04] [ ~ ] >> dpkg -L bash | grep complet /etc/bash_completion
Pozdrawiam
krzemyk - 14-03-2008 21:23
# dpkg -L bash | grep complet
Nic nie wyświetla - ale ,,cukierek''.
- 14-03-2008 21:42
# dpkg -L bash | grep complet
nic nie wyświetla - ale ,,cukierek''
Przeinstaluj basha : apt-get install --reinstall bash
A jak to nie pomoże, to ściągnij "ręcznie" paczkę z ftpa - rozpakuj i skopiuj sobie ten pliczek do /etc
Pozdrawiam
zuczek126p - 14-03-2008 22:13
Mam ten sam problem i niestety tego pliku nie ma w debie z repo (aptitude download bash). Czy pobrać go z innego miejsca?
krzemyk - 14-03-2008 22:21
http://packages.debian.org/sid/bash-completion
stąd pobrałem wszystkie pliki tj bash ucf bash-completion dpkg -i *.deb restart i voila - działa :-)
zuczek126p - 14-03-2008 22:24
Thank you very much!! Już działa (ale wystarczylo tylko jeden plik pobrać). Ciekawe czemu nie ma go w repo?
zanotowane.pldoc.pisz.plpdf.pisz.plminister.pev.pl
|