diralias + some other random bs
This commit is contained in:
1
.gitignore_global
Normal file
1
.gitignore_global
Normal file
@ -0,0 +1 @@
|
||||
.aliases
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
||||
[submodule ".config/tmux/plugins/tmux"]
|
||||
path = .config/tmux/plugins/tmux
|
||||
url = https://github.com/catppuccin/tmux
|
||||
[submodule "tools/diralias"]
|
||||
path = tools/diralias
|
||||
url = https://git.simonis.lol/projects/diralias.git
|
||||
|
@ -8,3 +8,4 @@ alias.d
|
||||
scripts
|
||||
gitconfig.d
|
||||
ssh-gen
|
||||
tools
|
||||
|
6
.zshrc
6
.zshrc
@ -86,7 +86,7 @@ HIST_STAMPS="dd.mm.yyyy"
|
||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(zsh-autosuggestions z aliases sudo tmux)
|
||||
plugins=(zsh-autosuggestions aliases sudo tmux)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -127,7 +127,7 @@ for file in $DOTFILES_INSTALL_DIR/alias.d/*; do
|
||||
source $file
|
||||
done
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
source $DOTFILES_INSTALL_DIR/tools/diralias/diralias.zsh
|
||||
|
||||
if command -v ng >/dev/null; then
|
||||
# Load Angular CLI autocompletion if ng command is available.
|
||||
@ -149,7 +149,7 @@ export NVM_DIR="$HOME/.nvm"
|
||||
. "$HOME/.atuin/bin/env"
|
||||
|
||||
eval "$(atuin init zsh)"
|
||||
|
||||
eval "$(zoxide init zsh)"
|
||||
#SESSION_NAME="main
|
||||
#
|
||||
#if [ -t 1 ] && [ -n "$PS1" ] && [ -z "$TMUX" ]; then
|
||||
|
@ -3,6 +3,7 @@ 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'
|
||||
|
@ -4,5 +4,6 @@
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
autocrlf = false
|
||||
excludesfile = ~/.gitignore_global
|
||||
[pull]
|
||||
rebase = true
|
||||
|
1
tools/diralias
Submodule
1
tools/diralias
Submodule
Submodule tools/diralias added at 49046569bd
Reference in New Issue
Block a user