move lesskey to target less
This commit is contained in:
parent
f9c16cc297
commit
967a6fa4e9
3
install
3
install
@ -11,12 +11,13 @@ export SUB
|
|||||||
|
|
||||||
|
|
||||||
declare -r -A TARGETS=(
|
declare -r -A TARGETS=(
|
||||||
["bash"]=".config/bash .bashrc .profile .lesskey"
|
["bash"]=".config/bash .bashrc .profile"
|
||||||
["zsh"]="%bash .config/zsh .zshrc .zprofile .zlogout .inputrc"
|
["zsh"]="%bash .config/zsh .zshrc .zprofile .zlogout .inputrc"
|
||||||
["tmux"]=".tmux.conf"
|
["tmux"]=".tmux.conf"
|
||||||
["alacritty"]=".config/alacritty"
|
["alacritty"]=".config/alacritty"
|
||||||
["nvim"]=".config/nvim .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python"
|
["nvim"]=".config/nvim .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python"
|
||||||
["ssh"]=""
|
["ssh"]=""
|
||||||
|
["less"]=".lesskey"
|
||||||
["git"]=".config/git"
|
["git"]=".config/git"
|
||||||
["ranger"]=".config/ranger"
|
["ranger"]=".config/ranger"
|
||||||
["gpg"]=""
|
["gpg"]=""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user