Compare commits

..

3 Commits

Author SHA1 Message Date
54816c2ce9 chore(shell): new aliases 2024-07-13 16:21:43 +03:00
3acaea5611 chore(asdf): update packages 2024-07-10 09:48:31 +00:00
e4a313abe7 chore(asdf): update packages 2024-07-10 11:05:30 +03:00
2 changed files with 11 additions and 2 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

@@ -18,10 +18,10 @@ ripgrep 14.1.0
semgrep system
shellcheck 0.10.0
shfmt 3.8.0
terraform-ls system
terraform-ls 0.33.3
terraform-lsp 0.0.12
terragrunt 0.60.1
tf-summarize 0.3.10
vault 1.17.1
vault 1.17.2+ent
yamllint 1.35.1
yq 4.44.2