From 967a6fa4e9b60c0aa9e9beb3daa8b70edb6d48e5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 22 Dec 2023 21:59:11 +0300 Subject: [PATCH] move lesskey to target less --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index 64131c8..db39ca7 100755 --- a/install +++ b/install @@ -11,12 +11,13 @@ export SUB declare -r -A TARGETS=( - ["bash"]=".config/bash .bashrc .profile .lesskey" + ["bash"]=".config/bash .bashrc .profile" ["zsh"]="%bash .config/zsh .zshrc .zprofile .zlogout .inputrc" ["tmux"]=".tmux.conf" ["alacritty"]=".config/alacritty" ["nvim"]=".config/nvim .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python" ["ssh"]="" + ["less"]=".lesskey" ["git"]=".config/git" ["ranger"]=".config/ranger" ["gpg"]=""