mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
-i is now optional for encryption if recipient specified, -R exchanged with -r, added virtual env for manual tests in tests/env/
This commit is contained in:
21
tests/env/bashrc
vendored
Normal file
21
tests/env/bashrc
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
alias pcp=$PCP
|
||||
|
||||
alias ll='ls -l'
|
||||
alias la='ls -la'
|
||||
alias l='ls -alF'
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../..'
|
||||
alias ....='cd ../../..'
|
||||
alias md='mkdir -p'
|
||||
alias less='less -i -P "?f%f:Standard input. %lb / %L ?e(END):>"'
|
||||
|
||||
|
||||
DATE () {
|
||||
echo -e "[`date +%d.%b" "%H:%M:%S`]"
|
||||
}
|
||||
|
||||
export PROMPT_COMMAND="PS1='\[\033]0;\u@\h:\w\007\]
|
||||
\$(DATE) --- [\w] ---
|
||||
$USER@\h: % '"
|
||||
|
||||
cd
|
||||
Reference in New Issue
Block a user