Commit 789b5f631207649a69a9d8c1c1395c2f07fde5c2

Pull in contents of /etc/inputrc
Author: xaizek
Author date (UTC): 2025-09-18 18:31
Committer name: xaizek
Committer date (UTC): 2025-09-18 18:31
Parent(s): f7207b5e482f85ad0c0f62c01ffecaa523ff8706
Signing key: 99DC5E4DB05F6BE2
Tree: 770a2930d498d6d3e7a04f464aa3d795ae9752a3
File Lines added Lines deleted
inputrc 3 0
File inputrc changed (mode: 100644) (index 9f0de59..13dbc49)
1 # system-wide configuration can contain useful stuff
2 $include /etc/inputrc
3
1 4 # do completion on one <tab> press, not two # do completion on one <tab> press, not two
2 5 set show-all-if-ambiguous On set show-all-if-ambiguous On
3 6
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master