Skip to content

Instantly share code, notes, and snippets.

@gombossb
Created July 2, 2022 10:56
Show Gist options
  • Save gombossb/9b378a44e502ae265e158f8476acb951 to your computer and use it in GitHub Desktop.
Save gombossb/9b378a44e502ae265e158f8476acb951 to your computer and use it in GitHub Desktop.
## END OF FILE #################################################################
# The following lines were added by compinstall
zstyle :compinstall filename '/home/user/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -e
# End of lines configured by zsh-newuser-install
alias l="ls -lh"
alias ll="ls -lah"
alias bp="curl https://wttr.in/budapest"
setopt HIST_IGNORE_SPACE
# Do not use Powerline if over SSH
if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then
prompt off
powerline-daemon -q
. /usr/share/powerline/bindings/zsh/powerline.zsh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment