yadm-config/.bashrc
2025-01-19 17:40:36 +01:00

12 lines
174 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
source "~/.config/terminal/.setuprc"
PS1='[\u@\h \W]\$ '
eval "$(fzf --bash)"