projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'amakeev/cmake-configs' into amakeev/cmake-configs-master
[idea/community.git]
/
plugins
/
terminal
/
resources
/
.zshrc
1
#!/bin/bash
2
3
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
4
bindkey '^[^[[C' forward-word
5
bindkey '^[^[[D' backward-word
6
7
if [ -f "$HOME/.zshrc" ]; then
8
source "$HOME/.zshrc"
9
fi
10
11
if [ -n "$JEDITERM_SOURCE" ]
12
then
13
source $JEDITERM_SOURCE
14
fi