updating files
This commit is contained in:
@@ -3,6 +3,8 @@ set number
|
||||
set nocompatible
|
||||
filetype indent plugin on
|
||||
set laststatus=2
|
||||
set noshowmode
|
||||
se mouse+=a
|
||||
|
||||
if !has('gui_running')
|
||||
set t_Co=256
|
||||
@@ -28,4 +30,4 @@ call plug#end()
|
||||
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'darcula',
|
||||
\ }
|
||||
\ }
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export TERM=xterm-256color
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
@@ -100,4 +101,5 @@ source $ZSH/oh-my-zsh.sh
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias ls=lsd
|
||||
alias vi=vim
|
||||
alias vi=vim
|
||||
alias cat=bat
|
||||
|
||||
Reference in New Issue
Block a user