Compare commits

..

No commits in common. "19f90233ded301b5613f926d96b2e79afc380091" and "9216d7cee5a3ff4cb15a5b2ff1190f8ef4a9a058" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View File

@ -238,16 +238,6 @@ alias cls=clear
alias cpr='cp -r'
alias dc='gdc'
alias duh='du -csh'
dos2unix_all() {
local path="$1"
if [[ $path == "" ]]; then
path="$PWD"
fi
find $path -type f -exec dos2unix '{}' '+'
}
alias d2u='dos2unix_all'
alias e='open_explorer_here "$PWD"'
alias exp='echo "Use e instead."'
alias f='fg'

4
.vimrc
View File

@ -175,9 +175,7 @@ let g:campo_ctags_exclude = ['*.txt', '*.config', '.cache', 'run_tree']
" * You can see a list of languages with `ctags --list-languages`
" * For C# you have to escape the ampersand like so: `--languages=C\\#`
" * Exclude directories using g:campo_ctags_exclude
"
" We'll do it recursively by default.
let g:campo_custom_ctags_args = "-R"
let g:campo_custom_ctags_args = ""
" Set extra paths to use when searching for ctags files. By default the current