.
This commit is contained in:
3
bash.d/10-no-at-bridge.sh
Normal file
3
bash.d/10-no-at-bridge.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export NO_AT_BRIDGE=1
|
||||||
@@ -5,3 +5,7 @@ export PATH="./node_modules/.bin:$PATH"
|
|||||||
if [ -e "$HOME/.cargo/bin" ]; then
|
if [ -e "$HOME/.cargo/bin" ]; then
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -e "$HOME/.bin" ]; then
|
||||||
|
export PATH="$HOME/.bin:$PATH"
|
||||||
|
fi
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PROMPT_SUBMODULE="${SUBMODULES}/romkatv-gitstatus"
|
# PROMPT_SUBMODULE="${SUBMODULES}/romkatv-gitstatus"
|
||||||
|
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
source "$PROMPT_SUBMODULE/gitstatus.prompt.sh"
|
# source "$PROMPT_SUBMODULE/gitstatus.prompt.sh"
|
||||||
|
|
||||||
|
eval "$(starship init bash)"
|
||||||
|
|||||||
5
bash.d/20-gitignoreio.sh
Normal file
5
bash.d/20-gitignoreio.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
function gi() {
|
||||||
|
curl -sL "https://www.toptal.com/developers/gitignore/api/$*";
|
||||||
|
}
|
||||||
@@ -27,8 +27,8 @@ bind a send-key C-a
|
|||||||
|
|
||||||
set -g xterm-keys on
|
set -g xterm-keys on
|
||||||
|
|
||||||
bind | split-window -h -c "#{pane_current_path}"# split horiz
|
bind | split-window -h -c "#{pane_current_path}"
|
||||||
bind _ split-window -v -c "#{pane_current_path}"# split vert
|
bind _ split-window -v -c "#{pane_current_path}"
|
||||||
|
|
||||||
bind A command-prompt "rename-window '%%'"
|
bind A command-prompt "rename-window '%%'"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user