file ~/.bashrc If .bashrc doesn’t exist, you can create it:
touch ~/.bashrc Then add your custom aliases, functions, PATH changes, etc. A common minimal example: bashrc location
Here’s a quick guide to understanding where .bashrc is (or should be) located, and how to find it on your system. | File | Typical location | When it’s used | |------|----------------|----------------| | User-specific .bashrc | ~/.bashrc | Interactive non‑login shells (e.g., new terminal window) | | System-wide bashrc | /etc/bash.bashrc or /etc/bashrc | All users (depends on distro) | ~ means your home directory: /home/your_username on Linux/macOS, or /c/Users/your_username on Git Bash (Windows). How to check if you have a .bashrc ls -la ~/.bashrc Or use file to see if it’s a regular file, symlink, etc.: file ~/
Hier könnte Ihre Werbung stehen - exklusiv und auf jeder Seite - für einen Kalendermonat
Sie sehen gerade einen Platzhalterinhalt von Instagram. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfläche unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.
Mehr InformationenSie sehen gerade einen Platzhalterinhalt von Instagram. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfläche unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.
Mehr InformationenSie müssen den Inhalt von reCAPTCHA laden, um das Formular abzuschicken. Bitte beachten Sie, dass dabei Daten mit Drittanbietern ausgetauscht werden.
Mehr Informationen