summaryrefslogtreecommitdiff
path: root/dotfiles/.bashrc
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-03 22:21:06 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-03 22:21:57 +0200
commit2e84cbe6949f770824e9a81a4b70c49ae2307163 (patch)
tree180c24c32a6f94170ab29d8b160abcc5ece2c7b6 /dotfiles/.bashrc
parentfef7a7ef4fa31170ee78dfb774934feb84a88423 (diff)
downloadpostinstall-2e84cbe6949f770824e9a81a4b70c49ae2307163.tar.gz
postinstall-2e84cbe6949f770824e9a81a4b70c49ae2307163.tar.bz2
postinstall-2e84cbe6949f770824e9a81a4b70c49ae2307163.zip
update bashrc
Diffstat (limited to 'dotfiles/.bashrc')
-rw-r--r--dotfiles/.bashrc8
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