need run main fetch command then run indexer then LinkerPatternGenerator then link_pattern command in the main
36 lines
640 B
Text
Executable file
36 lines
640 B
Text
Executable file
|
|
PS1=" > "
|
|
|
|
#export PATH="/usr/local/bin/:$PATH"
|
|
export PATH="$HOME/bin/scripts:$HOME/bin/:$PATH"
|
|
#export PATH="$HOME/home/auser/.local/bin:$PATH"
|
|
|
|
export SIP="185.238.170.251"
|
|
|
|
alias v=nvim
|
|
alias ll="ls -l -a"
|
|
alias gl="git log --oneline"
|
|
alias ssh_server="ssh auser@185.238.170.251"
|
|
|
|
#eval "$(zoxide init bash --cmd zd)"
|
|
|
|
#source $PMAIN/.scripts/bashmarks.sh
|
|
|
|
fe() {
|
|
local result=$(command tere "$@")
|
|
[ -n "$result" ] && cd -- "$result"
|
|
}
|
|
|
|
vim_configure() {
|
|
pwd=$(pwd)
|
|
cd ~/.config/nvim/
|
|
nvim
|
|
cd $pwd
|
|
}
|
|
|
|
pyenv() {
|
|
source ~/bin/python/env311/bin/activate
|
|
}
|
|
|
|
source ~/src/scripts/remotes.sh
|
|
source /usr/share/fzf/key-bindings.bash
|