atuin alias

This commit is contained in:
2025-09-23 13:17:15 +02:00
parent 9d94995efd
commit 7c71fca583
7 changed files with 2 additions and 48 deletions

View File

@ -1,6 +1,3 @@
[dotfiles]
enabled=true
## where to store your database, default is your system data directory
## linux/mac: ~/.local/share/atuin/history.db
## windows: %USERPROFILE%/.local/share/atuin/history.db
@ -33,7 +30,8 @@ enabled=true
## address of the sync server
sync_address = "https://atuin.simonis.lol"
[dotfiles]
enabled = true
## how often to sync history. note that this is only triggered when a command
## is ran, so sync intervals may well be longer
## set it to 0 to sync after every command

4
.zshrc
View File

@ -123,10 +123,6 @@ source $ZSH/oh-my-zsh.sh
source $HOME/.zshenv
for file in $DOTFILES_INSTALL_DIR/alias.d/*; do
source $file
done
if command -v ng >/dev/null; then
# Load Angular CLI autocompletion if ng command is available.
source <(ng completion script)

View File

@ -1,3 +0,0 @@
alias cr='composer require'
alias ci='composer install'
alias cu='composer update'

View File

@ -1,19 +0,0 @@
alias ga='git add'
alias gaa='git add --all'
alias gc='git commit'
alias aic='aicommits'
alias gp='git push'
alias gpf='git push --force'
alias gpu='git pull'
alias gf='git fetch'
alias gl='git log'
alias gb='git branch'
alias gr='git restore'
alias gra='git restore .'
alias gs='git status'
alias gch='git checkout'
alias gst='git stash'
alias gstd='git stash drop'
alias gsta='git stash apply'
alias gstp='git stash pop'
alias gcl='git clean -d'

View File

@ -1,3 +0,0 @@
unalias ls 2>/dev/null
alias ls='exa -lh --icons --git'

View File

@ -1,10 +0,0 @@
alias c='clear'
alias ll='ls -lah'
alias cat='batcat'
alias sl='sl -e'
alias claude='~/.claude/local/claude'
alias python='python3'
if [ ! $UID -eq 0 ]; then
alias apt='sudo apt'
alias apt-get='sudo apt-get'
fi

View File

@ -1,5 +0,0 @@
alias t='tmuxinator'
alias ts='tmuxinator start'
alias tl='tmuxinator list'
alias tst='tmuxinator stop'
alias tsk='tmuxinator kill'