dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a410530177fc425242ddcc19e63e024e7832e97e
parent c58abea61c5605df13e9fd0dc4638994623f98f5
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 08:52:51 -0500

Revised bashrc for use with vm

Diffstat:
Mbashrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bashrc b/bashrc @@ -115,6 +115,6 @@ export LANG=en_US.UTF-8 # export PATH="$HOME/.pyenv/bin:$PATH" # eval "$(pyenv init --path)" # eval "$(pyenv init -)" -xrdb ~/.Xresources - +# xrdb ~/.Xresources +alias vim="nvim" alias leet="~/bin/leetcode-submission.sh"