reindent some files with tabs.

This commit is contained in:
Dmitry Voronin 2023-12-05 22:16:14 +03:00
parent 44aa9216c6
commit 29585b4842
4 changed files with 32 additions and 32 deletions

View file

@ -326,7 +326,7 @@ Thos are functions that provide tab-completions.
```bash
_foo()
{
_autocomplete "{foo,bar}"
_autocomplete "{foo,bar}"
}
complete -F _foo foo
```

View file

@ -9,12 +9,12 @@ module="${home}/.config/bash/module/*.sh"
# src default
if [[ -f /etc/bashrc ]]; then
source /etc/bashrc
source /etc/bashrc
fi
# src custom
for file in ${module}; do
source "${file}"
source "${file}"
done
# alias to reload

View file

@ -2,8 +2,8 @@
# check if this is already a git repo.
if [[ -d ".git" ]]; then
echo "Found the .git directory. Already initialized?"
exit 1
echo "Found the .git directory. Already initialized?"
exit 1
fi
# sync.

View file

@ -1,44 +1,44 @@
Host home
HostName 192.168.1.2
User root
Port 22143
HostName 192.168.1.2
User root
Port 22143
Host desktop
Hostname 192.168.1.3
User root
Port 22143
Hostname 192.168.1.3
User root
Port 22143
Host work
Hostname 192.168.1.5
User root
Port 22143
Hostname 192.168.1.5
User root
Port 22143
Host pi
Hostname 192.168.1.6
User root
Port 22143
Hostname 192.168.1.6
User root
Port 22143
Host dasha
HostName 192.168.1.7
User root
Port 22143
HostName 192.168.1.7
User root
Port 22143
Host laptop
Hostname 192.168.1.9
User root
Port 22143
Hostname 192.168.1.9
User root
Port 22143
Host fsight
Hostname 10.30.217.25
User root
Port 22
Hostname 10.30.217.25
User root
Port 22
Host vpn
Hostname 194.113.233.38
User root
Port 22143
Hostname 194.113.233.38
User root
Port 22143
Host fmpmaven
Hostname 10.30.22.10
User root
Port 22
Hostname 10.30.22.10
User root
Port 22