conf2/zsh/.bashrc

11 lines
290 B
Bash
Raw Normal View History

# If not running interactively, don't do anything
[[ $- != *i* ]] && return
2019-09-22 09:32:39 +00:00
[ -x /usr/local/bin/zsh ] && exec /usr/local/bin/zsh
[ -x /usr/bin/zsh ] && exec /usr/bin/zsh
2021-08-09 08:03:32 +00:00
source /home/vincent/.config/broot/launcher/bash/br
2022-04-05 20:10:43 +00:00
if [ -x /usr/bin/nomad]; then
complete -C /usr/bin/nomad nomad
fi