Skip to content

Commit

Permalink
Change VS Code file position
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Sep 21, 2023
1 parent 5aff960 commit b2198fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function toggle_keyboard_backlight() {
function change_theme_to() {
declare -r alacritty_config="$DOTFILES/alacritty/alacritty.yml"
declare -r git_config="$DOTFILES/git/gitconfig"
declare -r code_settings="$HOME/.config/Code - OSS/User/settings.json"
declare -r code_settings="$HOME/.config/Code/User/settings.json"
declare -r theme="$1"

sed -i "s/colors:.*/colors: *${theme}/g" "${alacritty_config}"
Expand Down

0 comments on commit b2198fc

Please sign in to comment.