Merge branch 'master' of ssh://git.directme.in:2222/Joren/dotfiles
This commit is contained in:
		
							
								
								
									
										26
									
								
								.zshrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								.zshrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,26 @@
 | 
			
		||||
# Lines configured by zsh-newuser-install
 | 
			
		||||
bindkey -e
 | 
			
		||||
# End of lines configured by zsh-newuser-install
 | 
			
		||||
# The following lines were added by compinstall
 | 
			
		||||
zstyle :compinstall filename '/home/joren/.zshrc'
 | 
			
		||||
 | 
			
		||||
autoload -Uz compinit
 | 
			
		||||
compinit
 | 
			
		||||
# End of lines added by compinstall
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#export PROMPT='%F{2}%~ $%f '
 | 
			
		||||
PROMPT='%F{255}[%n@%m %F{045}%~%F{255}]$ '
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
source <(fzf --zsh)
 | 
			
		||||
 | 
			
		||||
HISTFILE=~/.histfile
 | 
			
		||||
HISTSIZE=1000
 | 
			
		||||
SAVEHIST=1000
 | 
			
		||||
setopt appendhistory
 | 
			
		||||
 | 
			
		||||
bindkey  "^[[H"   beginning-of-line
 | 
			
		||||
bindkey  "^[[F"   end-of-line
 | 
			
		||||
bindkey  "^[[3~"  delete-char
 | 
			
		||||
		Reference in New Issue
	
	Block a user