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 /.bashrc | |
parent | d8ef62bee4ad61d96e7c28f56163315123d65841 (diff) |
Update bashrc and bash_profile
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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' |