Modified some files to try to work with lab comps. (2)
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -93,8 +93,7 @@ fi
|
|||||||
|
|
||||||
# some more ls aliases
|
# some more ls aliases
|
||||||
alias ll='ls -alF'
|
alias ll='ls -alF'
|
||||||
alias la='ls -A'
|
alias l='ls -a'
|
||||||
alias l='ls -CF'
|
|
||||||
|
|
||||||
# Add an "alert" alias for long running commands. Use like so:
|
# Add an "alert" alias for long running commands. Use like so:
|
||||||
# sleep 10; alert
|
# sleep 10; alert
|
||||||
@@ -128,8 +127,10 @@ bind "TAB:menu-complete"
|
|||||||
bind "set show-all-if-ambiguous on"
|
bind "set show-all-if-ambiguous on"
|
||||||
bind "set menu-complete-display-prefix on"
|
bind "set menu-complete-display-prefix on"
|
||||||
|
|
||||||
|
DIR_LAB="/h/u3/c7/05/mokkar/.bash_it"
|
||||||
|
DIR_HOME="/home/kevin/.bash_it"
|
||||||
# Path to the bash it configuration
|
# Path to the bash it configuration
|
||||||
export BASH_IT="/home/kevin/.bash_it"
|
export BASH_IT="$DIR_LAB"
|
||||||
|
|
||||||
# Lock and Load a custom theme file
|
# Lock and Load a custom theme file
|
||||||
# location /.bash_it/themes/
|
# location /.bash_it/themes/
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
symlink.sh
|
rm-symlink.sh
|
||||||
|
|||||||
34
.vimrc
34
.vimrc
@@ -1,22 +1,24 @@
|
|||||||
set runtimepath+=~/.vim_runtime
|
" set runtimepath+=~/.vim_runtime
|
||||||
|
"
|
||||||
source ~/.vim_runtime/vimrcs/basic.vim
|
" source ~/.vim_runtime/vimrcs/basic.vim
|
||||||
source ~/.vim_runtime/vimrcs/filetypes.vim
|
" source ~/.vim_runtime/vimrcs/filetypes.vim
|
||||||
source ~/.vim_runtime/vimrcs/plugins_config.vim
|
" source ~/.vim_runtime/vimrcs/plugins_config.vim
|
||||||
source ~/.vim_runtime/vimrcs/extended.vim
|
" source ~/.vim_runtime/vimrcs/extended.vim
|
||||||
|
"
|
||||||
try
|
" try
|
||||||
source ~/.vim_runtime/my_configs.vim
|
" source ~/.vim_runtime/my_configs.vim
|
||||||
catch
|
" catch
|
||||||
endtry
|
" endtry
|
||||||
|
|
||||||
set relativenumber
|
set relativenumber
|
||||||
syntax on
|
syntax on
|
||||||
set tabstop=8
|
set tabstop=8
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
" 'h/u3/c7/05/mokkar/.vim/plugged'
|
||||||
Plug 'whatyouhide/vim-gotham'
|
" '~/.vim/plugged'
|
||||||
call plug#end()
|
" call plug#begin('h/u3/c7/05/mokkar/.vim/plugged')
|
||||||
|
" Plug 'https://github.com/whatyouhide/vim-gotham.git'
|
||||||
colorscheme gotham
|
" call plug#end()
|
||||||
|
"
|
||||||
|
" colorscheme gotham
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
files=".bash_aliases .bashrc .inputrc .vimrc"
|
files=".bash_aliases .bashrc .inputrc .vimrc"
|
||||||
dir=~/dotfiles
|
dir=~/my-dotfiles
|
||||||
|
|
||||||
mkdir $dir
|
mkdir $dir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user