1
0
Fork 0

Zsh: Rename zaliases, zkeys and zsecrets

This commit is contained in:
tastytea 2022-04-08 00:35:06 +02:00
parent 10e4b0ff86
commit aa036cb6bf
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
4 changed files with 3 additions and 7 deletions

View File

@ -147,7 +147,7 @@ case ${HOST} in
;;
esac
[[ -f "${ZDOTDIR}"/zsecrets ]] && source "${ZDOTDIR}"/zsecrets
[[ -f "${ZDOTDIR}"/secrets.zsh ]] && source "${ZDOTDIR}"/secrets.zsh
############################# Daemons ##########################################

View File

@ -153,8 +153,8 @@ case $(hostname) in
;;
esac
[[ -f "${ZDOTDIR}"/zkeys ]] && source "${ZDOTDIR}"/zkeys
[[ -f "${ZDOTDIR}"/zaliases ]] && source "${ZDOTDIR}"/zaliases
[[ -f "${ZDOTDIR}"/keys.zsh ]] && source "${ZDOTDIR}"/keys.zsh
[[ -f "${ZDOTDIR}"/aliases.zsh ]] && source "${ZDOTDIR}"/aliases.zsh
[[ -d "${ZDOTDIR}"/functions ]] && autoload -Uz "${ZDOTDIR}"/functions/*
local DEFAULT_USER="${DEFAULT_USER:-tastytea}"

View File

@ -1,5 +1,3 @@
# -*- mode: shell-script; -*-
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."

View File

@ -1,5 +1,3 @@
#-*- mode: shell-script; -*-
# Keybindings - from zshwiki.org
# create a zkbd compatible hash;