move lesskey to target less

This commit is contained in:
thek4n 2023-12-22 21:59:11 +03:00
parent f9c16cc297
commit 967a6fa4e9

View File

@ -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"]=""