updating files

This commit is contained in:
2024-05-09 21:59:26 -04:00
parent d6c6f3476f
commit 3aecd6afa7
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -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',
\ }
\ }
+3 -1
View File
@@ -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