Compare commits

...

2 Commits

Author SHA1 Message Date
64a626d5c4 chore(asdf): update deps 2024-07-13 20:56:39 +00:00
54816c2ce9 chore(shell): new aliases 2024-07-13 16:21:43 +03:00
2 changed files with 12 additions and 3 deletions

View File

@@ -17,6 +17,14 @@ alias ....="cd ../../.."
# cd to git root directory
alias cdgr='cd "$(git root)"'
# interesting folders, and shortcuts
alias .="cd $HOME"
alias .b="cd $XDG_BIN_HOME"
alias .c="cd $HOME/Code"
alias .d="cd $DOTFILES"
alias .dx="cd $DOTFILES;ks"
alias .l="cd $HOME/.local"
# Shortcuts for listing
alias ll="ls -la"
alias l="ls -a"
@@ -24,6 +32,7 @@ alias l="ls -a"
# Prevent common typos
alias cd..="cd .."
alias sl="ls"
alias ls-="ls -$1"
# List only directories
alias lsd="ls -lF | grep '^d'"

View File

@@ -9,9 +9,9 @@ fd 10.1.0
github-cli 2.52.0
hadolint 2.12.0
kubectl 1.30.2
lazygit 0.42.0
lazygit 0.43.1
neovim system
nodejs 22.4.0
nodejs 22.4.1
pipx 1.6.0
pre-commit 3.7.1
ripgrep 14.1.0
@@ -20,7 +20,7 @@ shellcheck 0.10.0
shfmt 3.8.0
terraform-ls 0.33.3
terraform-lsp 0.0.12
terragrunt 0.60.1
terragrunt 0.62.0
tf-summarize 0.3.10
vault 1.17.2+ent
yamllint 1.35.1