atuin alias
This commit is contained in:
@ -1,6 +1,3 @@
|
|||||||
[dotfiles]
|
|
||||||
enabled=true
|
|
||||||
|
|
||||||
## where to store your database, default is your system data directory
|
## where to store your database, default is your system data directory
|
||||||
## linux/mac: ~/.local/share/atuin/history.db
|
## linux/mac: ~/.local/share/atuin/history.db
|
||||||
## windows: %USERPROFILE%/.local/share/atuin/history.db
|
## windows: %USERPROFILE%/.local/share/atuin/history.db
|
||||||
@ -33,7 +30,8 @@ enabled=true
|
|||||||
|
|
||||||
## address of the sync server
|
## address of the sync server
|
||||||
sync_address = "https://atuin.simonis.lol"
|
sync_address = "https://atuin.simonis.lol"
|
||||||
|
[dotfiles]
|
||||||
|
enabled = true
|
||||||
## how often to sync history. note that this is only triggered when a command
|
## how often to sync history. note that this is only triggered when a command
|
||||||
## is ran, so sync intervals may well be longer
|
## is ran, so sync intervals may well be longer
|
||||||
## set it to 0 to sync after every command
|
## set it to 0 to sync after every command
|
||||||
|
|||||||
4
.zshrc
4
.zshrc
@ -123,10 +123,6 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
|
|
||||||
source $HOME/.zshenv
|
source $HOME/.zshenv
|
||||||
|
|
||||||
for file in $DOTFILES_INSTALL_DIR/alias.d/*; do
|
|
||||||
source $file
|
|
||||||
done
|
|
||||||
|
|
||||||
if command -v ng >/dev/null; then
|
if command -v ng >/dev/null; then
|
||||||
# Load Angular CLI autocompletion if ng command is available.
|
# Load Angular CLI autocompletion if ng command is available.
|
||||||
source <(ng completion script)
|
source <(ng completion script)
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
alias cr='composer require'
|
|
||||||
alias ci='composer install'
|
|
||||||
alias cu='composer update'
|
|
||||||
@ -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'
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
unalias ls 2>/dev/null
|
|
||||||
|
|
||||||
alias ls='exa -lh --icons --git'
|
|
||||||
@ -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
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
alias t='tmuxinator'
|
|
||||||
alias ts='tmuxinator start'
|
|
||||||
alias tl='tmuxinator list'
|
|
||||||
alias tst='tmuxinator stop'
|
|
||||||
alias tsk='tmuxinator kill'
|
|
||||||
Reference in New Issue
Block a user