diff options
Diffstat (limited to 'zsh/.config')
-rwxr-xr-x[-rw-r--r--] | zsh/.config/zsh/.zprofile | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | zsh/.config/zsh/.zshrc | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | zsh/.config/zsh/functions.zsh | 0 |
3 files changed, 5 insertions, 2 deletions
diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 9e5f5fd..9e5f5fd 100644..100755 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index fe0a35f..5c489a7 100644..100755 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -110,8 +110,8 @@ bindkey '^e' edit-command-line # Aliases alias v=nvim alias ls="ls --color" -alias la="ls -la" -alias c='clear; tmux clear-history' +alias la="ls -lah" +alias c='clear' alias x='source $ZDOTDIR/.zshrc' function fkill () { (date; ps -ef) | @@ -135,6 +135,9 @@ alias gl='git log' alias gsh='git show' alias gsw='git switch' +alias -g L=' | less -R' +alias -g G=' | grep' + # Shell integrations source <(fzf --zsh) diff --git a/zsh/.config/zsh/functions.zsh b/zsh/.config/zsh/functions.zsh index e854a4a..e854a4a 100644..100755 --- a/zsh/.config/zsh/functions.zsh +++ b/zsh/.config/zsh/functions.zsh |