add functions to bashrc
This commit is contained in:
parent
c29c5325b3
commit
c1bafe01a2
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -1,5 +1,6 @@
|
||||||
source /etc/profile 2>/dev/null
|
source /etc/profile 2>/dev/null
|
||||||
source /etc/profile.d/* 2>/dev/null
|
source /etc/profile.d/* 2>/dev/null
|
||||||
|
source ~/.functions
|
||||||
|
|
||||||
if [ -e /usr/bin/gnome-keyring-daemon ] ; then
|
if [ -e /usr/bin/gnome-keyring-daemon ] ; then
|
||||||
source <(/usr/bin/gnome-keyring-daemon --start --components=ssh)
|
source <(/usr/bin/gnome-keyring-daemon --start --components=ssh)
|
||||||
|
|
Loading…
Reference in a new issue