dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c843c48fed866295b74896c837911a0f423e5667
parent 74487a3a833b8901fb6a48a0041c1bc611657a53
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  4 Sep 2018 12:54:36 +0200

Merge branch 'master' of https://gitlab.com/admesg/dotfiles

Diffstat:
Mlinks/.commands.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -3,6 +3,7 @@ #### FUNCTIONS AND ALIASES +alias b='bash' alias z='zsh' alias yd='youtube-dl'