diff options
author | Thanos Apollo <[email protected]> | 2022-07-12 18:12:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-07-12 18:12:22 +0300 |
commit | 3a50a6cb42731526fe367e4d7d1d57dc2884243b (patch) | |
tree | 0f6b6d4dfaf0bc6fb94eab204d6abe15a0f115c7 | |
parent | d8ef62bee4ad61d96e7c28f56163315123d65841 (diff) |
Update bashrc and bash_profile
-rw-r--r-- | .bash_profile | 2 | ||||
-rw-r--r-- | .bashrc | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 2fcf636..c80adeb 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,7 +7,7 @@ export EDITOR="nvim" export TERMINAL="alacritty" -export BROWSER="firefox" +export BROWSER="librewolf" export READER="zathura" @@ -25,6 +25,9 @@ # \_| |_/ .__/ \___/|_|_|\___/ \___\___/|_| |_|_| |_|\__, | # | | __/ | # |_| |___/ + + + PS1='\n\[\e[0m\][\[\e[0;1;38;5;208m\]\w\[\e[0;2;38;5;248m\]|\[\e[0;2;38;5;220m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2) \[\e[0;2;38;5;242m\]\t\[\e[0m\]]\n\[\e[0m\]-\[\e[0m\]> \[\e[0m\]' #Neovim > Vim alias vim='nvim' @@ -37,10 +40,17 @@ alias gaa='git add .' alias gc='git commit -m' alias gp='git push -u origin' alias gpm='git push -u origin master' +alias gpd='git push -u origin developer' alias gs='git status' +#pacman | paru +alias yay='paru' +alias u='paru -Syu' +alias r='paru -R' + #aliases alias ls='ls --color=auto' alias bm='blueman-manager' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' +alias logout='pkill -U apollo' |