correcting some comments

This commit is contained in:
Julian Scharrenbach 2018-12-06 10:15:10 +01:00
parent 103f26762c
commit 1f23129406
4 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,8 @@ alias ....='cd ../../..'
alias .....='cd ../../../..'
alias p='cd -'
## go=move to directory and instantly list its contents
# go=move to directory and instantly list its contents
# everyone needs this ;-)
go(){
cd $@
ls -l
@ -28,7 +29,7 @@ alias o="xdg-open"
# pretty print json
alias ppjson='python -c "import sys, json; print json.dumps(json.load(sys.stdin), sort_keys=True, indent=4)"'
# meine lieblingsvertipper ;-)
# my favorite typos
alias gerp=grep
alias gpre=grep
alias gre=grep
@ -47,15 +48,13 @@ alias chmkd=chmod
alias pign=ping
# other stuff
# yes, i want to use rvim instead of less
# alias less='rvim'
alias eierabend='xflock4 ; systemctl suspend --no-wall'
alias updgrade='sudo aptitude update && sudo aptitude upgrade -y'
# better passwords!
alias apg='apg -M sncl -n 15 -m 10 -x 20'
# pssh!
# pssh! when not using ansible, puppet, whatever, parallel-ssh enables you to do the same stuff on several servers with one command
alias pssh='parallel-ssh'
# sudo aliases

View File

@ -96,7 +96,7 @@ if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
# local bashrc
# host-specific bashrc
[ -f ~/.bashrc_$HOSTNAME ] && source ~/.bashrc_$HOSTNAME
# This allows you to bookmark your favorite places across the file system

View File

@ -1,5 +1,5 @@
###############################################################
# File: .bashrc_local
# File: .tmux.conf
# jul.io
###############################################################
# I want 256 colors everywhere

1
.vimrc
View File

@ -55,6 +55,7 @@ filetype on
" With a map leader it's possible to do extra key combinations
" like <leader>w saves the current file
" my mapleader is <spacebar> for easy access with both hands
let mapleader=" "
let g:mapleader=" "