mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Import bash startfiles from IPFire 3.x.
This commit is contained in:
7
config/bash/dot_bash_logout
Normal file
7
config/bash/dot_bash_logout
Normal file
@@ -0,0 +1,7 @@
|
||||
# Begin ~/.bash_logout
|
||||
|
||||
# Personal items to perform on logout.
|
||||
|
||||
echo "Bye bye."
|
||||
|
||||
# End ~/.bash_logout
|
||||
12
config/bash/dot_bash_profile
Normal file
12
config/bash/dot_bash_profile
Normal file
@@ -0,0 +1,12 @@
|
||||
# .bash_profile
|
||||
|
||||
# Get the aliases and functions
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
# User specific environment and startup programs
|
||||
|
||||
PATH=$PATH:$HOME/bin
|
||||
|
||||
export PATH
|
||||
12
config/bash/dot_bashrc
Normal file
12
config/bash/dot_bashrc
Normal file
@@ -0,0 +1,12 @@
|
||||
# .bashrc
|
||||
|
||||
# User specific aliases and functions
|
||||
|
||||
alias rm='rm -i'
|
||||
alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/bashrc ]; then
|
||||
. /etc/bashrc
|
||||
fi
|
||||
Reference in New Issue
Block a user