Skip to content

Commit

Permalink
Add python alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Mis1eader-dev committed Nov 29, 2024
1 parent b941496 commit 9038f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ alias glog='git log'
# Alias for shutdown
alias sdown='sudo shutdown now'

# Alias for python
alias py='python'

# Run our user from tmux
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux
Expand Down

0 comments on commit 9038f67

Please sign in to comment.