fix windows shell rc file paths
This commit is contained in:
parent
43a3d37d7c
commit
ca1b45019d
@ -26,8 +26,8 @@ mkdir -p ~/.ssh
|
||||
# -- Config Linking --
|
||||
|
||||
# Configure the shell
|
||||
ln -sf $EWCONFIG_ROOT/configs/shells/zsh/.zshrc ~/.zshrc
|
||||
ln -sf $EWCONFIG_ROOT/configs/shells/bash/.bashrc ~/.bashrc
|
||||
ln -sf $EWCONFIG_ROOT/configs/.zshrc ~/.zshrc
|
||||
ln -sf $EWCONFIG_ROOT/configs/.zshrc ~/.bashrc
|
||||
mkdir -p $LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState
|
||||
ln -sf $EWCONFIG_ROOT/configs/windows-terminal/settings.json $LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user