mirror of
https://github.com/zedsalim/debian-z.git
synced 2026-02-15 05:59:34 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
10
optional/.inputrc
Normal file
10
optional/.inputrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
set colored-stats On
|
||||
set colored-completion-prefix On
|
||||
set show-all-if-ambiguous on
|
||||
set completion-ignore-case on
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
"\C-b":"cd ..\n"
|
||||
"\C-h":"cd ~\n"
|
||||
"\C-f":"cd ~/.config/\n"
|
||||
"\C-g":"cd ~/Documents/GitHub/\n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue