From 6f4245eb390970a0ef4aba79fbc84e173239874d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 12 Jan 2021 15:26:18 +0100 Subject: bash: split up(s) into their own executables Makes them easier to call from scripts. --- install.conf.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index cb2cec3..869b6da 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -2,6 +2,7 @@ - ~/.cache/vim/bkp - ~/.cache/vim/swap - ~/.config/bash + - ~/.local/bin - ~/.local/var/bash - ~/.local/var/cron/daily - ~/.local/var/dotfiles @@ -12,6 +13,8 @@ - ~/.vim/pack/dotfiles/opt - link: + ~/.local/bin/up: bin/up + ~/.local/bin/ups: bin/ups ~/.config/bash/prompt: bash/prompt ~/.bashrc: bash/bashrc ~/.gdbinit: dotfiles/gdbinit -- cgit v1.2.3