1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 12:26:05 -05:00
dotfiles/lain/.bashrc
2018-11-30 21:24:58 -05:00

8 lines
211 B
Bash

# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Unless we are running bash with a command explicitly (-c), drop into fish
if [ -z "$BASH_EXECUTION_STRING" ]; then
exec fish
fi