Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/shell
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Alexander Hess 57c25dde66
Add configuration for git
- Add .config/git/config
  + Define aliases
  + Configure default behavior in various situations
  + Add user information with signing key
- Add .config/git/commit_msg_template.txt
- Add .config/git/ignore
- Integrate `git` aliases into the shell
2026-08-20 21:20:19 +02:00
..
aliases Add configuration for git 2026-08-20 21:20:19 +02:00
env Add configuration for bat 2026-08-20 21:20:17 +02:00
locale Add base configuration 2026-08-20 21:19:59 +02:00
logout Add configuration for bash 2026-08-20 21:20:03 +02:00
README.md Add base configuration 2026-08-20 21:19:59 +02:00
welcome Drop "uptime" from the welcome message ... 2026-08-20 21:20:16 +02:00

Shell-related Configurations

This folder contains files that are sourced by bash and zsh.

They are not executable. The #!/bin/sh line documents the dialect for readers and editors; it has no effect, since the files are sourced and never run directly.

welcome and logout depend on helper functions defined in ~/.profile, so they cannot work standalone.