现在的位置: 首页 > 综合 > 正文

我的 .bash_profile

2013年01月04日 ⁄ 综合 ⁄ 共 499字 ⁄ 字号 评论关闭

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$HOME/bin:$PATH

export PATH
unset USERNAME

###########################################################################

# 关闭并重启fcitx
pkill fcitx
fcitx

# 每日提醒
#routine &

# 与 GvimPortable 的书签同步
cp -u /mnt/d/Program/ Files/FirefoxPortable/Data/profile/bookmarks.html /
                                ~/.mozilla/firefox/*.default/

###########################################################################

 

抱歉!评论已关闭.