dotfiles

My configuration files.
Log | Files | Refs | README

commit 4bda29ee83b063b04db690a773ea12ddf28579cb
parent 0cbce07d4c10296cb753dd090dcb0e11b8854fc9
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 13 Dec 2021 19:27:33 +0100

Alias

Diffstat:
Mbash/.bashrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -1,3 +1,4 @@ alias ls="ls --human-readable --color=auto" alias df="df --human-readable" alias du="du --human-readable" +alias mkdir="mkdir --parents"