Update Linux Shell and Neovim

This commit is contained in:
js0ny 2024-08-04 16:29:18 +08:00
parent f04850314f
commit b6b73fdf12
10 changed files with 192 additions and 37 deletions

View file

@ -61,7 +61,7 @@ alias cls=clear
alias g++='g++ -std=c++2b' # Set the default C++ standard to C++20
alias gcc='gcc -std=c99' # Set the default C standard to C99
alias cl='clang -std=c99'
alias clp='clang++ -std=c++2b'
alias clpp='clang++ -std=c++2b'
alias python=python3 # Set the default Python version to Python 3
alias py=python # Alias for Python
alias bashcfg="nvim ~/.bashrc"