diff options
| -rw-r--r-- | alacritty/alacritty.yml | 2 | ||||
| -rwxr-xr-x | install.sh | 2 | ||||
| -rw-r--r-- | shell/.profile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 3969b7f..8b484eb 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -96,7 +96,7 @@ font: # as modifying the line spacing, and `offset.x` as modifying the letter spacing. offset: x: 0 - y: 4 + y: 0 # Glyph offset determines the locations of the glyphs within their cells with # the default being at the bottom. Increasing `x` moves the glyph to the right, @@ -108,8 +108,8 @@ symlink ~/.dotfiles/polybar ~/.config/polybar install_python_venv pypy3 install_python_venv python3.8 install_python_venv python3.9 -install_python_venv python3.11 install_python_venv python3.10 +install_python_venv python3.11 # qt-designer symlink ~/.dotfiles/qt-designer/qt-designer.desktop \ diff --git a/shell/.profile b/shell/.profile index fd3dcfb..f234445 100644 --- a/shell/.profile +++ b/shell/.profile @@ -24,7 +24,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket export VISUAL=nvim -prepend_path ~/opt/python310/bin +prepend_path ~/opt/python311/bin prepend_path ~/opt/river/bin prepend_path ~/bin export PATH |
