add README

This commit is contained in:
2024-07-17 15:47:51 +04:00
parent 97e1e3eab2
commit dfa0475f82

View File

@@ -142,11 +142,6 @@ source "$OSH"/oh-my-bash.sh
# Example aliases
# alias bashconfig="mate ~/.bashrc"
# alias ohmybash="mate ~/.oh-my-bash"
nexport OH_MY_NEOVIM=/home/a.kurilov/.oh-my-neovim
nexport OH_MY_NEOVIM_EXTENSIONS="default ansible git gpg icons tmux xml yaml"
nsource /home/a.kurilov/.oh-my-neovim/tools/functions.sh
nPATH="/home/a.kurilov/.gem/ruby/bin:$PATH"
nPATH="/home/a.kurilov/.node_modules_global/bin:$PATH"
alias ll='ls -la'
alias ..='cd ..'
alias ga="git add ."