Compare commits

..

No commits in common. "5a2c16814b035e42c91f656c7deede1e7e7b46b3" and "c352873d5bcb37d8282ee4953671d4b3d8091852" have entirely different histories.

9 changed files with 5 additions and 33 deletions

View File

@ -26,8 +26,7 @@ module.exports = {
match: [
finicky.matchDomains(/.*\.vastdata.com/),
"deeplinks.mindtickle.com*",
//"vastdata.mindtickle.com*",
"vastdata.*"
"vastdata.mindtickle.com*"
],
browser: "Google Chrome"
},

View File

@ -10,6 +10,9 @@
},
{
"path": "."
},
{
"path": "../.."
}
],
"settings": {}

View File

@ -7,9 +7,3 @@ alias lnew='l -tr '
alias ll='l -A'
alias sudo='sudo '
alias nvim='POSTFIX_BUITINS=1 command nvim -p '
alias vi='nvim '
alias vim='nvim '
alias nvimdiff='nvim -d '
alias vimdiff='nvimdiff '

View File

@ -1 +0,0 @@
../../_src.all/private_dot_ssh/config

View File

@ -1,9 +0,0 @@
Host cs-dbg
User gal.szkolnik
HostName 10.27.70.101
Host my-loop sales-devvm-gal-szkolnik-spot
User centos
HostName 10.91.1.10
# vim: set ft=sshconfig sw=4 sts=4 et:

View File

@ -1,8 +0,0 @@
Include config.d/*
Host kateryna.out
HostName szk.li
Port 8080
User sz
# vim: set ft=sshconfig sw=4 sts=4 et:

View File

@ -7,9 +7,3 @@ alias lnew='l --sort=time --reverse '
alias ll='l -A'
alias sudo='sudo '
alias nvim='POSTFIX_BUITINS=1 command nvim -p '
alias vi='nvim '
alias vim='nvim '
alias nvimdiff='nvim -d '
alias vimdiff='nvimdiff '

View File

@ -14,7 +14,7 @@ BASE_0=${BASE_0:-$0}
BASE_SHELL=$(basename "$SHELL")
is_cmd() {
type -p -- "${@}" 2> /dev/null 1> /dev/null
type -- "${@}" 2> /dev/null 1> /dev/null
}
if is_sourced; then