dotfiles/conf.d/zim/modules/jl-helper/init.zsh

38 lines
597 B
Bash
Raw Normal View History

2021-02-19 20:34:24 +00:00
#
# Personal aliases
#
#
# Editors
#
alias vim='nvim' # redirect vim to nvim
#
# Utilities
#
alias md='mkdir -p' # mkdir alias
alias open='xdg-open' # open files
alias ls='lsd' # pretty ls
alias youtube-dl='youtube-dl -f best' # youtube-dl best download
#
# Shortcuts
#
hash -d crs="${HOME}/Cours" # cours
hash -d doc="${HOME}/Documents" # documents
#
# Environment
#
# interactive comments
setopt interactivecomments
bindkey '^R' history-incremental-search-backward