mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-20 15:18:52 -05:00
121 current 2024-05-11 02:06:21 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
42151f742c
commit
0ffcd05a26
1 changed files with 0 additions and 9 deletions
|
@ -121,15 +121,6 @@ in
|
|||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
(pkgs.writeShellScriptBin "__eslint_default_config" ''
|
||||
if [[ -e ./.eslintrc.json ]]; then
|
||||
eslint_d $@
|
||||
exit $?
|
||||
else
|
||||
eslint_d --config /home/${config.home.username}/.config/.eslintrc.json $@
|
||||
exit $?
|
||||
fi
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "install_eslint" ''
|
||||
set -x
|
||||
cp /home/${config.home.username}/.config/.eslintrc.json .
|
||||
|
|
Loading…
Add table
Reference in a new issue