From dfa0475f82651e414c0322ba6582d3649931502b Mon Sep 17 00:00:00 2001 From: h0lik Date: Wed, 17 Jul 2024 15:47:51 +0400 Subject: [PATCH] add README --- .bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bashrc b/.bashrc index ecc70f2..dc30a9a 100644 --- a/.bashrc +++ b/.bashrc @@ -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 ."