reindent some files with tabs.
This commit is contained in:
parent
44aa9216c6
commit
29585b4842
|
@ -326,7 +326,7 @@ Thos are functions that provide tab-completions.
|
|||
```bash
|
||||
_foo()
|
||||
{
|
||||
_autocomplete "{foo,bar}"
|
||||
_autocomplete "{foo,bar}"
|
||||
}
|
||||
complete -F _foo foo
|
||||
```
|
||||
|
|
4
.bashrc
4
.bashrc
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
54
.ssh/config
54
.ssh/config
|
@ -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
|
||||
|
|
Reference in a new issue