aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-02-09 19:29:27 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-02-09 19:29:27 +0000
commit938e3fc26f7cddf3c2173f326be2a6b8bf1326f3 (patch)
tree1351693639b91221c08bebe87e8a8f8e7c1f51f2 /.bashrc
parent0a56dfa33a6c00df4ab06eca6eefba8cd80820f5 (diff)
downloaddotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar
dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.gz
dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.bz2
dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.lz
dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.xz
dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.zst
dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.zip
Set scrolloff in neovim and add tcsh support
Diffstat (limited to '.bashrc')
-rwxr-xr-x[-rw-r--r--].bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index dbebf75..7ba29d2 100644..100755
--- a/.bashrc
+++ b/.bashrc
@@ -41,5 +41,8 @@ done
GPG_TTY="$(tty)"
export GPG_TTY
-eval "$(starship init bash)"
+if [ -n "$(which starship)" ]
+then
+ eval "$(starship init bash)"
+fi