summaryrefslogtreecommitdiff
path: root/guides/setups/dotfiles.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-04-25 14:25:59 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-04-25 14:25:59 +0200
commit111da03b9ca6bc20bec51f539d26460f904e95ae (patch)
treea0fe954f56ab6fc0f80580bbbfeb5c3dc50696be /guides/setups/dotfiles.md
parent0faab82180e64133bf5fc2a696c8782f9cae6b09 (diff)
downloadmemory-leaks-111da03b9ca6bc20bec51f539d26460f904e95ae.tar.xz
Add step-by-step instructions for openSUSE setup
Diffstat (limited to 'guides/setups/dotfiles.md')
-rw-r--r--guides/setups/dotfiles.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/guides/setups/dotfiles.md b/guides/setups/dotfiles.md
index 7a30bcb..eb60806 100644
--- a/guides/setups/dotfiles.md
+++ b/guides/setups/dotfiles.md
@@ -21,6 +21,12 @@ then
fi
```
+## `.profile`
+
+``` bash
+export EMAIL=…
+```
+
# `.gitconfig`
``` ini