8 lines
151 B
Bash
8 lines
151 B
Bash
|
# .bash_profile
|
||
|
|
||
|
# Get the aliases and functions
|
||
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||
|
setfont cybercafe
|
||
|
. "$HOME/.cargo/env"
|
||
|
export FFF_LS_COLORS=1
|