Add configs for yakuake and ranger

+ Alias for using Python 3.9 and pip3.9
+ Adjust step-in and step-out vim keybinds
This commit is contained in:
2021-09-23 10:14:42 -04:00
parent 3a9b30b8c7
commit f4f1a9dbba
8 changed files with 3482 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
# Aliases to use the correct python version
# + Because python doesn't know how to update.. :')
alias python3='python3.9'
alias pip3='python3.9 -m pip'
alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"'
# Default .bashrc aliases stored here