Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
parrot-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
parrot
parrot-core
Commits
9762c249
Commit
9762c249
authored
Nov 01, 2018
by
Lorenzo "Palinuro" Faletra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import Debian version 4.3.181101
parrot-core (4.3.181101) testing; urgency=medium * Update bashrc.
parent
93e3d4fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
debian/changelog
debian/changelog
+6
-0
parrot-core/etc/bashrc
parrot-core/etc/bashrc
+2
-2
parrot-core/root/.bashrc
parrot-core/root/.bashrc
+2
-2
No files found.
debian/changelog
View file @
9762c249
parrot-core (4.3.181101) testing; urgency=medium
* Update bashrc.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Thu, 01 Nov 2018 21:39:35 +0100
parrot-core (4.3.181013) testing; urgency=medium
* Update for Parrot 4.3.
...
...
parrot-core/etc/bashrc
View file @
9762c249
...
...
@@ -103,8 +103,8 @@ if [ -x /usr/bin/dircolors ]; then
fi
# some more ls aliases
alias ll='ls -l'
alias la='ls -
A
'
alias ll='ls -l
h
'
alias la='ls -
lha
'
alias l='ls -CF'
alias em='emacs -nw'
alias dd='dd status=progress'
...
...
parrot-core/root/.bashrc
View file @
9762c249
...
...
@@ -103,8 +103,8 @@ if [ -x /usr/bin/dircolors ]; then
fi
# some more ls aliases
alias
ll
=
'ls -l'
alias
la
=
'ls -
A
'
alias
ll
=
'ls -l
h
'
alias
la
=
'ls -
lha
'
alias
l
=
'ls -CF'
alias
em
=
'emacs -nw'
alias dd
=
'dd status=progress'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment