aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-02-01 20:12:01 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-02-01 20:12:01 +0000
commit22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d (patch)
treea1ab5df83f794535c224bc85b50a04a91411450f /.bashrc
parentff0f307766b0b61c4cb0a0caaa3bf36e691b3570 (diff)
downloaddotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.tar
dotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.tar.gz
dotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.tar.bz2
dotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.tar.lz
dotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.tar.xz
dotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.tar.zst
dotfiles-22e0dd0f9907738e6391f5ff26ba7c07cbe1bb9d.zip
Fix annoying text suggestions in neovim and a tad better tmux config
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 29fef1e..dbebf75 100644
--- a/.bashrc
+++ b/.bashrc
@@ -16,7 +16,7 @@ then
return
fi
-. $HOME/.profile
+. "$HOME"/.profile
# Put your fun stuff here.
alias cls="clear"
@@ -33,7 +33,7 @@ alias codium="flatpak run com.vscodium.codium --no-sandbox --enable-features=Use
alias tmux="tmux -2"
. /usr/share/bash-completion/bash_completion
-for f in $HOME/.local/share/bash-completion/*
+for f in "$HOME"/.local/share/bash-completion/*
do
. "$f"
done