This commit is contained in:
Vasili Svirydau
2021-01-29 16:00:30 -08:00
parent a6d31719c5
commit df34ca588a
5 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
export NO_AT_BRIDGE=1

View File

@@ -5,3 +5,7 @@ export PATH="./node_modules/.bin:$PATH"
if [ -e "$HOME/.cargo/bin" ]; then
export PATH="$HOME/.cargo/bin:$PATH"
fi
if [ -e "$HOME/.bin" ]; then
export PATH="$HOME/.bin:$PATH"
fi

View File

@@ -1,6 +1,8 @@
#!/bin/bash
PROMPT_SUBMODULE="${SUBMODULES}/romkatv-gitstatus"
# PROMPT_SUBMODULE="${SUBMODULES}/romkatv-gitstatus"
# 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
View File

@@ -0,0 +1,5 @@
#!/bin/bash
function gi() {
curl -sL "https://www.toptal.com/developers/gitignore/api/$*";
}

View File

@@ -27,8 +27,8 @@ bind a send-key C-a
set -g xterm-keys on
bind | split-window -h -c "#{pane_current_path}"# split horiz
bind _ split-window -v -c "#{pane_current_path}"# split vert
bind | split-window -h -c "#{pane_current_path}"
bind _ split-window -v -c "#{pane_current_path}"
bind A command-prompt "rename-window '%%'"