comparison zshrc @ 191:c41517fedf83 default tip

Funktion zum setzen des Terminal Title
author Dirk Olmes <dirk.olmes@codedo.de>
date Fri, 20 Jun 2025 08:28:06 +0200
parents 7d3c872681cb
children
comparison
equal deleted inserted replaced
190:9497813bbdcf 191:c41517fedf83
35 hgrep() { history | grep $* } 35 hgrep() { history | grep $* }
36 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more -e } 36 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more -e }
37 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" } 37 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }
38 mcd() { mkdir $1; cd $1 } 38 mcd() { mkdir $1; cd $1 }
39 psg() { ps auxww | grep -v grep | grep -i "$@" } 39 psg() { ps auxww | grep -v grep | grep -i "$@" }
40 wt() { echo -en "\033]0;${1:-$HOST}\a" }
40 41
41 alias gk="$HOME/.zsh-env/gk.sh" 42 alias gk="$HOME/.zsh-env/gk.sh"
42 alias history="history 1" 43 alias history="history 1"
43 alias ny="nano -Y none" 44 alias ny="nano -Y none"
44 alias pd=pushd 45 alias pd=pushd