tmp
This commit is contained in:
parent
b2e582c566
commit
d8929d3064
5 changed files with 139 additions and 3 deletions
36
env
Executable file
36
env
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue