diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-03 22:21:06 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-03 22:21:57 +0200 |
| commit | 2e84cbe6949f770824e9a81a4b70c49ae2307163 (patch) | |
| tree | 180c24c32a6f94170ab29d8b160abcc5ece2c7b6 | |
| parent | fef7a7ef4fa31170ee78dfb774934feb84a88423 (diff) | |
| download | postinstall-2e84cbe6949f770824e9a81a4b70c49ae2307163.tar.gz postinstall-2e84cbe6949f770824e9a81a4b70c49ae2307163.tar.bz2 postinstall-2e84cbe6949f770824e9a81a4b70c49ae2307163.zip | |
update 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 |
