diff --git a/.bashrc b/.bashrc new file mode 100644 index 00000000..9871e772 --- /dev/null +++ b/.bashrc @@ -0,0 +1,9 @@ +alias ls="ls -a --color" +alias ssh="kitten ssh" +alias giturl="git config --get remote.origin.url" +alias push="git push" +alias commit="git commit" +alias add="git add" +alias vim="nvim" + +PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]" diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim new file mode 100644 index 00000000..f80dfdb7 --- /dev/null +++ b/.config/nvim/init.vim @@ -0,0 +1,3 @@ +set clipboard=unnamedplus +set relativenumber +