Modified some files to try to work with lab comps. (2)

This commit is contained in:
2017-10-15 01:07:47 -04:00
parent 0a867dee1a
commit 6ff92ce633
4 changed files with 24 additions and 21 deletions

View File

@@ -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
View File

@@ -1 +1 @@
symlink.sh rm-symlink.sh

34
.vimrc
View File

@@ -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

View File

@@ -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