-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* not anymore redundant source of ~/.bashrc & /etc/bashrc producing annoying complains (#13) * now really sourcing the custom .vimrc (#15) * module load git on cineca & menrva (#16)
- Loading branch information
1 parent
99e0375
commit 2ae02e8
Showing
3 changed files
with
8 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
# .bashrc | ||
|
||
# Source global definitions | ||
if [ -f /etc/bashrc ]; then | ||
. /etc/bashrc | ||
fi | ||
|
||
# Uncomment the following line if you don't like systemctl's auto-paging feature: | ||
# export SYSTEMD_PAGER= | ||
|
||
# User specific aliases and functions | ||
|
||
alias l='ls -lrth --color' | ||
|
@@ -30,7 +22,7 @@ alias vvv='tail -f *[^make].log' | |
alias mmm='simlog=$(ls | sort -V | tail -n 1); tail -f $simlog' | ||
alias mmake='make -j8' | ||
|
||
alias -- update-galledanza ='. update-galledanza' | ||
alias -- update-galledanza='. update-galledanza' | ||
|
||
alias came='ssh -C [email protected]' | ||
alias cama='ssh -C [email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters