added isotime alias

This commit is contained in:
Christoph J. Scherr 2023-01-16 21:53:31 +01:00
parent bf070ec4c3
commit b92afa671c
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
### ENVVARS ### ENVVARS
export EDITOR=vim export EDITOR=vim
### Alias ### Aliases
alias l="ls --color -lah" alias l="ls --color -lah"
alias ll="ls --color -lh" alias ll="ls --color -lh"
alias la="ls --color -ah" alias la="ls --color -ah"
@ -12,6 +12,8 @@ alias sudo='nocorrect sudo '
alias grep="grep --color" alias grep="grep --color"
alias egrep="grep -E" alias egrep="grep -E"
alias lgrep="find | grep" alias lgrep="find | grep"
alias psgrep="ps axu | grep"
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
### ZSH HOME ### ZSH HOME
export ZSH=$HOME/.zsh-server export ZSH=$HOME/.zsh-server

View File

@ -9,21 +9,20 @@ fi
export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin
export EDITOR=nvim export EDITOR=nvim
### Alias ### Aliases
alias l="lsd -lah" alias l="lsd -lah"
alias ll="lsd -lh" alias ll="lsd -lh"
alias la="lsd -a" alias la="lsd -a"
alias ls="lsd" alias ls="lsd"
alias kalishell="ssh kali@192.168.100.244"
alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please consider using trash instead: trash"' alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please consider using trash instead: trash"'
alias purge="/usr/bin/rm" alias purge="/usr/bin/rm"
alias plasmarestart="kquitapp5 plasmashell && kstart5 plasmashell"
alias sudo='nocorrect sudo ' alias sudo='nocorrect sudo '
alias grep="grep --color" alias grep="grep --color"
alias egrep="grep -E" alias egrep="grep -E"
alias lgrep="find | grep" alias lgrep="find | grep"
alias psgrep="ps axu | grep" alias psgrep="ps axu | grep"
alias plasmarestart="killall plasmashell; kstart plasma-desktop" alias plasmarestart="killall plasmashell; kstart plasma-desktop"
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
### ZSH HOME ### ZSH HOME
export ZSH=$HOME/.zsh export ZSH=$HOME/.zsh