Configuration Aliase
Öffnen Sie Konfigurationsdateien mit einem einzigen Befehl in Ihrem Standard-Editor.
Übersicht
Diese Aliase sind in configuration.aliases.sh definiert und werden automatisch von Chezmoi geladen.
Referenz
Shell-Konfiguration
| Alias | Beschreibung |
|---|---|
bshrc | Bash-Konfigurationsdatei öffnen (~/.bashrc) |
bshp | Bash-Profil öffnen (~/.bash_profile) |
zshrc | Zsh-Konfigurationsdatei öffnen (~/.zshrc) |
zshp | Zsh-Profil öffnen (~/.zprofile) |
Versionskontrolle
| Alias | Beschreibung |
|---|---|
gcfg | Git-Konfigurationsdatei öffnen (~/.gitconfig) |
gign | Git-Ignore-Datei öffnen (~/.gitignore) |
Netzwerk und Server
| Alias | Beschreibung |
|---|---|
apconf | Apache-Konfigurationsdatei öffnen |
ngconf | Nginx-Konfigurationsdatei öffnen |
sshconf | SSH-Konfigurationsdatei öffnen (~/.ssh/config) |
hosts | Hosts-Datei öffnen (/etc/hosts) |
Entwicklungstools
| Alias | Beschreibung |
|---|---|
dockcomp | Docker-Compose-Datei öffnen |
eddir | Aktuelles Verzeichnis im Standard-Editor öffnen |