mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Fixes some errors since moving xdg_data_home
This commit is contained in:
@@ -174,8 +174,8 @@ alias pgc='pass get --clip' # get an attribute of a password file an
|
||||
alias reload='exec zsh -l' # reload the shell, useful when making changes.
|
||||
alias t='tmux' # access tmux quickly
|
||||
alias tka='tmux kill-server' # kill tmux server and all sessions.
|
||||
alias ts='~/.local/scripts/tmux-sessionator' # create new tmux session, fuzzy finding common locations.
|
||||
alias tss='~/.local/scripts/tmux-sessionator --choose' # attach to an existing tmux session.
|
||||
alias ts='$SCRIPTS/tmux-sessionator' # create new tmux session, fuzzy finding common locations.
|
||||
alias tss='$SCRIPTS/tmux-sessionator --choose' # attach to an existing tmux session.
|
||||
alias tls='tmux list-sessions' # list tmux sessions
|
||||
alias temp='cd $(mktemp -d)' # create a temporary directory and move into it.
|
||||
alias vi='nvim' # set vi to open neovim
|
||||
|
||||
Reference in New Issue
Block a user