summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-07-03 08:04:13 -0700
committerpryazha <pryadeiniv@mail.ru>2025-07-03 08:04:13 -0700
commitef31d6079f9ddcd2859df60db1de882dd3a7b2cb (patch)
tree71c95f4e66c9f2d16f7e649782232acf2c041f11
parent4a10e4153e06e9d67af81e9f7dd87cd8e4bbf05e (diff)
license
-rw-r--r--.config/.bashrc9
-rw-r--r--LICENSE7
2 files changed, 11 insertions, 5 deletions
diff --git a/.config/.bashrc b/.config/.bashrc
index 92f836f..5c72cd3 100644
--- a/.config/.bashrc
+++ b/.config/.bashrc
@@ -1,17 +1,16 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-blue="\[$(tput setaf 5)\]"
-reset="\[$(tput sgr0)\]"
-PS1="${blue}\u${reset} \w\n> "
+PS1="\w > "
PS2=">> "
-PATH="${HOME}/projects/dotfiles/scripts:${PATH}"
+PATH="${HOME}/clone/dotfiles/scripts:${PATH}"
-EDITOR='nvim'
+EDITOR='vim'
LOGDIR='~/log'
alias log="${EDITOR} ${LOGDIR}/`date +%d_%m_%Y`"
+alias vimconfig="${EDITOR} ~/.vimrc"
alias nvimconfig="${EDITOR} ~/.config/nvim/init.lua"
alias weather='curl wttr.in'
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..15f0670
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright 2025 pryazha
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.