diff options
Diffstat (limited to 'dotfiles/.bashrc')
| -rw-r--r-- | dotfiles/.bashrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index df61f7a..04b88ef 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -37,7 +37,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo # aliases alias grep='grep --color=auto' -alias l='ls -alF --color=auto' +alias ll='ls -alF --color=auto' alias la='ls -A --color=auto' alias ls='ls -CF --color=auto' @@ -45,6 +45,12 @@ alias s='cd ..' alias v=nvim alias r='source ~/.bashrc' +alias status='git status' +alias pull='git pull' +alias push='git push' + +alias vps='ssh fedora@vps-04e72c4e.vps.ovh.net -t tmux attach' + # PS1 GIT_PS1_SHOWDIRTYSTATE=true GIT_PS1_SHOWDIRTYSTATE=true |
