Remove unused 'config' alias and delete distro-specific alias files for Arch and Ubuntu

This commit is contained in:
2025-09-27 20:27:07 +02:00
parent 7e2822aee4
commit a24503d8d2
4 changed files with 0 additions and 6 deletions

View File

@@ -2,8 +2,6 @@ alias mkdir='mkdir -p'
alias vim='nvim' alias vim='nvim'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias doco='docker-compose' alias doco='docker-compose'
alias dops='docker ps -a' alias dops='docker ps -a'
alias doe='docker exec' alias doe='docker exec'

View File

@@ -1,2 +0,0 @@
alias cat='bat'

View File

@@ -1 +0,0 @@
alias cat='batcat'

1
.zshrc
View File

@@ -21,7 +21,6 @@ open () {
xdg-open "$@" &>/dev/null xdg-open "$@" &>/dev/null
} }
# Enhanced dotfiles config function # Enhanced dotfiles config function
config() { config() {
# Helper function to avoid repetition # Helper function to avoid repetition