Rectified .bashrc - shopt and not . Tmux, use for in-window cursor nav, for changing window.

This commit is contained in:
Pratik Tripathy
2020-12-16 11:02:33 +05:30
parent 5c05b59c39
commit 1bf3fcb1c2
4 changed files with 28 additions and 11 deletions

View File

@@ -118,7 +118,7 @@ HISTTIMEFORMAT="%H:%M:%S(%z)%d-%b-%y "
shopt -s nullglob
## When only a directory is entered without cd, cd into it
shoptd -s autocd
shopt -s autocd
function timer_start {
timer=${timer:-$SECONDS}
@@ -202,3 +202,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# tabtab source for packages
# uninstall by removing these lines
[[ -f ~/.config/tabtab/__tabtab.zsh ]] && . ~/.config/tabtab/__tabtab.zsh || true