rename file
This commit is contained in:
parent
2ff0dfc919
commit
8a67028636
3 changed files with 5 additions and 2 deletions
|
@ -3,3 +3,6 @@ set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
|||
|
||||
# SSH
|
||||
fish_ssh_agent
|
||||
|
||||
# Locale
|
||||
set -gx LC_ALL fr_FR.UTF-8
|
2
arch.sh
2
arch.sh
|
@ -28,7 +28,7 @@ then
|
|||
mkdir "$HOME"/.ssh
|
||||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_manjaro.fish -O "$HOME"/.config/fish/config.fish
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on Base16 Eighties)
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
|
|
|
@ -31,7 +31,7 @@ then
|
|||
mkdir "$HOME"/.ssh
|
||||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_manjaro.fish -O "$HOME"/.config/fish/config.fish
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on Base16 Eighties)
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
|
|
Loading…
Reference in a new issue