Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
home
Commits
53ac71ca
Commit
53ac71ca
authored
Apr 13, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added local .zshrc parts
parent
a25686a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
12 deletions
+17
-12
.conflocal/lab-laptop/.zshrc
.conflocal/lab-laptop/.zshrc
+10
-0
.zshrc
.zshrc
+7
-12
No files found.
.conflocal/lab-laptop/.zshrc
0 → 100644
View file @
53ac71ca
alias
pac
=
'pacaur -S'
alias
pacs
=
'pacaur -Ss'
alias
pacu
=
'pacaur -Syu'
alias
pacr
=
'pacaur -Rs'
alias
pacl
=
'pacaur -Ql'
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
.zshrc
View file @
53ac71ca
...
...
@@ -11,8 +11,8 @@ compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE
=
~/.histfile
HISTSIZE
=
1000
SAVEHIST
=
1000
HISTSIZE
=
1000
0
SAVEHIST
=
1000
0
setopt appendhistory autocd extendedglob notify
bindkey
-v
# End of lines configured by zsh-newuser-install
...
...
@@ -63,6 +63,8 @@ fi
autoload
-U
promptinit
promptinit
[[
-d
$HOME
/.cache/zsh
]]
||
mkdir
-p
"
$HOME
/.cache/zsh"
DIRSTACKFILE
=
"
$HOME
/.cache/zsh/dirs"
if
[[
-f
$DIRSTACKFILE
]]
&&
[[
$#dirstack
-eq
0
]]
;
then
dirstack
=(
${
(f)
"
$(
<
$DIRSTACKFILE
)
"
}
)
...
...
@@ -94,11 +96,6 @@ alias ll='ls --color=auto -Al'
alias
g
=
'grep --color=auto'
alias
h
=
'history | grep'
alias
pac
=
'pacaur -S'
alias
pacs
=
'pacaur -Ss'
alias
pacu
=
'pacaur -Syu'
alias
pacr
=
'pacaur -Rs'
autoload
-U
colors
&&
colors
if
[[
-n
$SSH_TTY
]]
then
...
...
@@ -143,9 +140,6 @@ alias help=run-help
setopt completealiases
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
[[
-d
~/bin
]]
&&
export
PATH
=
"
$HOME
/bin:
$PATH
"
ssht
()
{
...
...
@@ -164,6 +158,7 @@ function _pip_completion {
compctl
-K
_pip_completion pip
# pip zsh completion end
[[
$COLORTERM
=
gnome-terminal
&&
!
$TERM
=
screen-256color
]]
&&
TERM
=
xterm-256color
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
[[
$COLORTERM
=
gnome-terminal
&&
!
$TERM
=
screen
*
]]
&&
TERM
=
xterm-256color
export
CDPATH
=
"
$CDPATH
:
$HOME
"
[[
-f
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc
]]
&&
.
"
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment