dotfiles

My configuration files.
Log | Files | Refs | README

commit 9808ed993b967333567a503c54bbf0b7a06bc026
parent eaec4316119558b7f38f783a70c99a3980690451
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun, 12 Dec 2021 19:43:16 +0100

Alias to bashrc

Diffstat:
Abash/.bashrc | 1+
Mbash/.profile | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -0,0 +1 @@ +alias ls="ls --human-readable --color=auto" diff --git a/bash/.profile b/bash/.profile @@ -2,7 +2,6 @@ export PATH=$PATH:~/.local/bin export BM_DIR=~/documents/bookmarks export LEDGER_FILE="$HOME/documents/documents/ledger.txt" - export TERMINAL=st export EDITOR=nvim