From 2e84cbe6949f770824e9a81a4b70c49ae2307163 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 3 Aug 2026 22:21:06 +0200 Subject: update bashrc --- dotfiles/.bashrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit