Update .chezmoiscripts/20-pacman.sh
Add .config/fish/conf.d/30-nvim.fish
This commit is contained in:
parent
8666bcf1dd
commit
e02c27fb4a
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo pacman-key --init
|
||||
sudo pacman-key --populate archlinux
|
||||
if command -v pacman-key &>/dev/null; then
|
||||
sudo pacman-key --init
|
||||
sudo pacman-key --populate archlinux
|
||||
fi
|
||||
|
|
3
dot_config/fish/conf.d/30-nvim.fish
Normal file
3
dot_config/fish/conf.d/30-nvim.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
fish_add_path "$HOME/.local/bin/nvim-linux64/bin"
|
Loading…
Reference in a new issue