diff --git a/arch-configs/fresh_install.sh b/arch-configs/fresh_install.sh index 7d77c20..4165ab3 100755 --- a/arch-configs/fresh_install.sh +++ b/arch-configs/fresh_install.sh @@ -38,6 +38,7 @@ YAY_PACKAGES=( "nordvpn-bin" # Nice manager for NordVPN \ "pyenv-virtualenv" \ "gnuradio" \ "gqrx" \ + "rlwrap" # readline wrapper \ ) # First install essential packages diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 01818e9..bec313d 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -87,6 +87,8 @@ alias gita='git add' alias gitap='git add -p' alias gitc='git commit' alias gitp='git push' +alias gits='git status' +alias gitd='git diff' # -------------- END ALIASES --------------#