-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashrc
More file actions
28 lines (20 loc) · 742 Bytes
/
bashrc
File metadata and controls
28 lines (20 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
# cat /etc/Tux.txt
source /usr/share/git/completion/git-completion.bash
if [ -f ~/.vim/powerline/powerline/bindings/bash/powerline.sh ]; then
source ~/.vim/powerline/powerline/bindings/bash/powerline.sh
fi
SSHAGENT=/usr/bin/ssh-agent
SSHAGENTARGS="-s"
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
eval `$SSHAGENT $SSHAGENTARGS`
trap "kill $SSH_AGENT_PID" 0
fi
export PATH=/tmp/yaourt-tmp-doctor/aur-sencha-cmd-5/src/sencha-cmd-5-5.1.3/Sencha/Cmd/5.1.3.61:$PATH
export SENCHA_CMD_3_0_0="/tmp/yaourt-tmp-doctor/aur-sencha-cmd-5/src/sencha-cmd-5-5.1.3/Sencha/Cmd/5.1.3.61"