Newer
Older
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# make default editor Neovim
Andreas Gerlach
committed
export EDITOR=helix
# use custom fd command for fzf incl. showing hidden files by default
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt
export SILVER_ICONS=nerd
source ~/.bash_aliases