This commit is contained in:
Ilya Shurupov 2024-12-16 19:26:51 +03:00
parent d4d31d6752
commit e68e29fa4a
5 changed files with 139 additions and 3 deletions

36
env Executable file
View file

@ -0,0 +1,36 @@
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