pull/1434/head
Ira Abramov 2020-03-10 10:18:11 +02:00
parent 480e0c44bf
commit b801fbd4a8
29 changed files with 8 additions and 29 deletions

View File

@ -8,4 +8,3 @@ fi
alias please=fuck
alias plz=please
alias fucking=sudo

View File

@ -6,4 +6,3 @@ alias node-dev='export NODE_ENV=development'
# alias to setup nodejs production environment
alias node-prod='export NODE_ENV=production'

View File

@ -7,4 +7,3 @@ alias puplint="puppet-lint *.pp"
alias pupagt="puppet agent -t"
alias pupagtd="puppet agent -t --debug"
alias pupapp="puppet apply"

View File

@ -7,4 +7,4 @@ then
complete -C "$CONSUL_BIN" consul
fi
unset CONSUL_BIN
unset CONSUL_BIN

View File

@ -69,4 +69,3 @@ else
fi
complete -F _python_django_completion -o default $pythons

View File

@ -670,4 +670,4 @@ _docker_compose() {
eval "$__docker_compose_previous_extglob_setting"
unset __docker_compose_previous_extglob_setting
complete -F _docker_compose docker-compose docker-compose.exe
complete -F _docker_compose docker-compose docker-compose.exe

View File

@ -413,4 +413,4 @@ _docker_machine() {
return 0
}
complete -F _docker_machine docker-machine docker-machine.exe
complete -F _docker_machine docker-machine docker-machine.exe

View File

@ -5614,4 +5614,4 @@ _docker() {
eval "$__docker_previous_extglob_setting"
unset __docker_previous_extglob_setting
complete -F _docker docker docker.exe dockerd dockerd.exe
complete -F _docker docker docker.exe dockerd dockerd.exe

View File

@ -363,4 +363,3 @@ EOF
complete -o bashdefault -o default -o nospace -F _git gh 2>/dev/null \
|| complete -o default -o nospace -F _git gh
fi

View File

@ -3052,4 +3052,4 @@ __git_complete gitk __gitk_main
#
if [ Cygwin = "$(uname -o 2>/dev/null)" ]; then
__git_complete git.exe __git_main
fi
fi

View File

@ -57,4 +57,3 @@ _homesick_complete()
}
complete -o bashdefault -o default -F _homesick_complete homesick

View File

@ -28,4 +28,3 @@ _complete_invoke() {
# * -o default: when function generates no results, use filenames.
# * positional args: program names to complete for.
complete -F _complete_invoke -o default invoke inv

View File

@ -33,4 +33,4 @@ _mvn()
return 0
} &&
complete -F _mvn mvn
complete -F _mvn mvn

View File

@ -1,3 +1,2 @@
. <(ng completion --bash)

View File

@ -161,4 +161,3 @@ _packer_completion ()
}
complete -o nospace -F _packer_completion packer

View File

@ -8,4 +8,3 @@
if command -v pip3 >/dev/null; then
eval "$(pip3 completion --bash)"
fi

View File

@ -36,4 +36,3 @@ _pj() {
complete -F _pj -o nospace pj
complete -F _pj -o nospace pjo

View File

@ -28,4 +28,3 @@ __kitchen_options () {
esac
}
complete -F __kitchen_options kitchen

View File

@ -185,4 +185,3 @@ _tmux() {
complete -F _tmux tmux
# END tmux completion

View File

@ -21,4 +21,3 @@ explain () {
echo "explain 'cmd -o | ...' one quoted command to explain it."
fi
}

View File

@ -19,4 +19,3 @@ function gw() {
# Call gradle
"${result}" $*
}

View File

@ -7,4 +7,4 @@ export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'
export LESS_TERMCAP_us=$'\e[1;4;31m'

View File

@ -6,4 +6,3 @@ about-plugin 'Load Software Development Kit Manager'
export SDKMAN_DIR=${SDKMAN_DIR:-$HOME/.sdkman}
[[ -s "${SDKMAN_DIR}/bin/sdkman-init.sh" ]] && source "${SDKMAN_DIR}/bin/sdkman-init.sh"

View File

@ -225,4 +225,3 @@ function __powerline_prompt_command {
LEFT_PROMPT \
SEGMENTS_AT_LEFT
}

View File

@ -1,2 +1 @@
liquidprompt

View File

@ -31,4 +31,4 @@ function prompt() {
PS1="\n${n_commands} ${user_host} ${prompt_symbol} ${ruby} ${open}${current_path}${git_branch}${close}${return_status}\n${prompt_char}"
}
safe_append_prompt_command prompt
safe_append_prompt_command prompt

View File

@ -26,4 +26,3 @@ Here it is in action:
## Usage Scenario
This theme is especially useful when connecting to many different machines and switching between them often. Yes, the hostname *is* present in the prompt. But I argue that it's a lot faster to get a "feel" of what machine you are currently on because of the custom colors on that machine's prompt than by reading the hostname.

View File

@ -282,4 +282,3 @@ function __powerline_prompt_command {
LEFT_PROMPT \
SEGMENTS_AT_LEFT
}

View File

@ -182,4 +182,3 @@ function powerline_prompt_command() {
}
PROMPT_COMMAND=powerline_prompt_command